COLOR #55CE68

HEX: #55CE68 RGB: (85,206,104)

Color info

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

RGB color model

#55CE68 color RGB value is (85,206,104).

RGB: (85,206,104) (33%, 81%, 41%)

RGB channels and saturation

R 85 of 255 = 33%
G 206 of 255 = 81%
B 104 of 255 = 41%

85
206
104

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

Portions of RGB colors in percentages

R + G + B = 85 + 206 + 104 = 395 (100%)
R 85 of 395 ~ 21.52%
G 206 of 395 ~ 52.15%
B 104 of 395 ~ 26.33'%

%21.52
%52.15
%26.33

CMYK color model

#55CE68 color CMYK value is (59,0,50,19).

  • cyan value is 58.74%
  • magenta value is 0.00%
  • yellow value is 49.51%
  • key color value is 19.22%

CMYK: (59,0,50,19)
C59M0Y50K19 (59%, 0%, 50%, 19%)
(0.59 / 0.00 / 0.50 / 0.19)

CMYK percentages

%58.74
%0
%49.51
%19.22

Codes

Color #55CE68 in popluar color models

55 CE 68
RGB 85 206 104
HSL 129° 55.25% 57.06%
HSB/HSV 129° 58.74% 80.78%
CMYK 58.74% 0.00% 49.51%
19.22%

Color #55CE68 in popluar number systems.

HEX 55 CE 68
Decimal 85 206 104
Binary 1010101 11001110 1101000
Octal 125 316 150

Shades and tints

Shades of #55CE68

#55CE68
(85,206,104)
#4EBC5F
(78,188,95)
#47AA56
(71,170,86)
#40984D
(64,152,77)
#398644
(57,134,68)
#32743B
(50,116,59)
#2B6232
(43,98,50)
#245029
(36,80,41)
#1D3E20
(29,62,32)
#162C17
(22,44,23)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #55CE68

#55CE68
(85,206,104)
#64D275
(100,210,117)
#73D682
(115,214,130)
#82DA8F
(130,218,143)
#91DE9C
(145,222,156)
#A0E2A9
(160,226,169)
#AFE6B6
(175,230,182)
#BEEAC3
(190,234,195)
#CDEED0
(205,238,208)
#DCF2DD
(220,242,221)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55CE68 color. Also use rgb(85,206,104) instead hex code.

Text Font Color

.myTextColor { color: #55CE68; }

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

This text font color is #55CE68.

Background Color

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

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

This div background color is #55CE68.

Border color

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

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

This div border color is #55CE68.

Opacity

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

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

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

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

This text has shadow with #55CE68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55CE68.

Preview

Color preview on black background

This text has color #55CE68 on black background.


Color preview on white background

This text has color #55CE68 on white background.


Black color preview on #55CE68 background

This text has black color on #55CE68 background.


White color preview on #55CE68 background

This text has white color on #55CE68 background.


Related colors

Complementary color

Complementary color for #hex is #AA3197.


I love getcolorcode.com

Triadic colors

1 #6855CE and #CE6855 with #55CE68 are triadic colors.

2 #68CE55 and #CE5568 with #55CE68 are triadic colors.