COLOR #01BE55

HEX: #01BE55
RGB: (1,190,85)

Renk bilgisi

#01BE55 contains mainly green color. #01BE55 ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#01BE55 color RGB value is (1,190,85).

  • kırmız ton 1;
  • yeşil ton 190;
  • mavi ton 85.
RGB:
(1,190,85)
(0%,75%,33%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 190 of 255 = 75%
B 85 of 255 = 33%

1
190
85

R + G + B ~ 36%. #01BE55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 190 + 85 = 276 (100%)
R 1 of 276 ~ 0.36%
G 190 of 276 ~ 68.84%
B 85 of 276 ~ 30.8%

%68.84
%30.8

CMYK RENK MODELİ

#01BE55 rengi CMYK tonu (99,0,55,25).

  • camgöbeği tonu 99.47%
  • eflatun tonu 0.00%
  • sarı tonu 55.26%
  • ana renk tonu 25.49%
CMYK:
(99,0,55,25)
C99M0Y55K25 
(99%,0%,55%,25%)
(0.99/0.00/0.55/0.25)	

CMYK yüzdeleri

%99.47
%0
%55.26
%25.49

Codes

Color #01BE55 in popluar color models

01BE55
RGB119085
HSL147°98.95%37.45%
HSB/HSV147°99.47%74.51%
CMYK99.47%0.00%55.26%
25.49%

Color #01BE55 in popluar number systems.

HEX01BE55
Decimal119085
Binary1101111101010101
Octal1276125

Shades and tints

Shades of #01BE55

#01BE55
(1,190,85)
#01AD4E
(1,173,78)
#019C47
(1,156,71)
#018B40
(1,139,64)
#017A39
(1,122,57)
#016932
(1,105,50)
#01582B
(1,88,43)
#014724
(1,71,36)
#01361D
(1,54,29)
#012516
(1,37,22)
#01140F
(1,20,15)
#000000
(0,0,0)

Tints of #01BE55

#01BE55
(1,190,85)
#18C364
(24,195,100)
#2FC873
(47,200,115)
#46CD82
(70,205,130)
#5DD291
(93,210,145)
#74D7A0
(116,215,160)
#8BDCAF
(139,220,175)
#A2E1BE
(162,225,190)
#B9E6CD
(185,230,205)
#D0EBDC
(208,235,220)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01BE55 color. Also use rgb(1,190,85) instead hex code.

Text Font Color

.myTextColor { color: #01BE55; }

<p style="color:#01BE55">This sample text font color is #01BE55.</p>

This text font color is #01BE55.


Background Color

.myBgColor { background-color: #01BE55; }

<div style="background-color:#01BE55">Inner text</div>

This div background color is #01BE55.


Border color

.myBorderColor { border: 1px solid #01BE55; }

<div style="border:3px solid #01BE55">Div</div>

This div border color is #01BE55.


Opacity

.myOpacity80 { color: #01BE55; opacity: 0.8; }

<p style="color:#01BE55;opacity:0.8;">80%</p>

Text with #01BE55 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #01BE55;}

<p style="text-shadow: 3px 3px 1px #01BE55">Text here.</p>

This text has shadow with #01BE55 color.

.textShadow {text-shadow: 3px 3px 1px #01BE55, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #01BE55, 5px 5px 20px red">Text here.</p>

This text has shadow with #01BE55 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01BE55, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#01BE55, Direction=45, Strength=4)">Text</p>

This text has shadow with #01BE55 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #01BE55;
  -webkit-box-shadow:	1px 1px 3px 2px #01BE55;
  box-shadow:		1px 1px 3px 2px #01BE55;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01BE55;
-webkit-box-shadow: 1px 1px 3px 2px #01BE55;
box-shadow:1px 1px 3px 2px #01BE55;">
Div content here</div>
This div box has shadow with color #01BE55.

Preview

Color preview on black background

This text has color #01BE55 on black background.


Color preview on white background

This text has color #01BE55 on white background.



Black color preview on #01BE55 background

This text has black color on #01BE55 background.


White color preview on #01BE55 background

This text has white color on #01BE55 background.