COLOR #55CB79

HEX: #55CB79
RGB: (85,203,121)

Color info

#55CB79 contains mainly green color. Web safe color of #55CB79 is #66CC66 (or #6C6).

RGB color model

#55CB79 color RGB value is (85,203,121).

  • red value is 85;
  • green value is 203;
  • blue value is 121.
RGB:
(85,203,121)
(33%,80%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 203 of 255 = 80%
B 121 of 255 = 47%

85
203
121

R + G + B ~ 53%. #55CB79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 203 + 121 = 409 (100%)
R 85 of 409 ~ 20.78%
G 203 of 409 ~ 49.63%
B 121 of 409 ~ 29.58%

%20.78
%49.63
%29.58

CMYK color model

#55CB79 color CMYK value is (58,0,40,20).

  • cyan value is 58.13%
  • magenta value is 0.00%
  • yellow value is 40.39%
  • key color value is 20.39%
CMYK:
(58,0,40,20)
C58M0Y40K20 
(58%,0%,40%,20%)
(0.58/0.00/0.40/0.20)	

CMYK percentages

%58.13
%0
%40.39
%20.39

Codes

Color #55CB79 in popluar color models

55CB79
RGB85203121
HSL138°53.15%56.47%
HSB/HSV138°58.13%79.61%
CMYK58.13%0.00%40.39%
20.39%

Color #55CB79 in popluar number systems.

HEX55CB79
Decimal85203121
Binary1010101110010111111001
Octal125313171

Shades and tints

Shades of #55CB79

#55CB79
(85,203,121)
#4EB96E
(78,185,110)
#47A763
(71,167,99)
#409558
(64,149,88)
#39834D
(57,131,77)
#327142
(50,113,66)
#2B5F37
(43,95,55)
#244D2C
(36,77,44)
#1D3B21
(29,59,33)
#162916
(22,41,22)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #55CB79

#55CB79
(85,203,121)
#64CF85
(100,207,133)
#73D391
(115,211,145)
#82D79D
(130,215,157)
#91DBA9
(145,219,169)
#A0DFB5
(160,223,181)
#AFE3C1
(175,227,193)
#BEE7CD
(190,231,205)
#CDEBD9
(205,235,217)
#DCEFE5
(220,239,229)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55CB79 color. Also use rgb(85,203,121) instead hex code.

Text Font Color

.myTextColor { color: #55CB79; }

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

This text font color is #55CB79.


Background Color

.myBgColor { background-color: #55CB79; }

<div style="background-color:#55CB79">Inner text</div>

This div background color is #55CB79.


Border color

.myBorderColor { border: 1px solid #55CB79; }

<div style="border:3px solid #55CB79">Div</div>

This div border color is #55CB79.


Opacity

.myOpacity80 { color: #55CB79; opacity: 0.8; }

<p style="color:#55CB79;opacity:0.8;">80%</p>

Text with #55CB79 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 #55CB79;}

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

This text has shadow with #55CB79 color.

.textShadow {text-shadow: 3px 3px 1px #55CB79, 3px 3px 1px red;}

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

This text has shadow with #55CB79 primary color and red secondary color.


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

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

This text has shadow with #55CB79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55CB79 on black background.


Color preview on white background

This text has color #55CB79 on white background.



Black color preview on #55CB79 background

This text has black color on #55CB79 background.


White color preview on #55CB79 background

This text has white color on #55CB79 background.