Html Css Color HEX #55CC81 Emerald

📋 copy color: '#55CC81'

red 85 ◦ green 204 ◦ blue 129

#55CC81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #55CC81

Tints of Emerald #55CC81

RGB

 RED value IS 85 (33.59% from 255) = 20.33%

 GREEN value IS 204 (80.08% from 255) = 48.8%

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 20.33%
G = 48.8%
B = 30.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55CC81 (or 0x55CC81) is known color: Emerald. HEX triplet: 55, CC and 81. RGB value is (85,204,129). Sum of RGB (Red+Green+Blue) = 85+204+129=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC81 is #AA337E. Grayscale: #A0A0A0. Windows color (decimal): -11154303 or 8506453. OLE color: 8506453.

HSL color Cylindrical-coordinate representation of color #55CC81: hue angle of 142.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC81 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 129 -
CMYK 0.58 0 0.37 0.2
HSL 142.18º 0.54% 0.57% -
HSV(B) 142.18º 0.58% 0.8% -
XYZ 29.3 46.7 28.24 -
YUV 159.87 110.58 74.6 -
System Red Green Blue C M Y K H S L
Decimal 85 204 129 0.58 0 0.37 0.2 142.18 0.54 0.57
Hex 55 CC 81 3A 0 25 14 8E 36 39
Octal 125 314 201 72 0 45 24 216 66 71
Binary 1010101 11001100 10000001 111010 0 100101 10100 10001110 110110 111001

Color Harmonies of #55CC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CC81

Black with #55CC81

Text Example


Text Example

White with #55CC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CC81; }

 p { color: rgb(85,204,129); }

 H1.HeaderClassName
 {
   color: #55CC81;
 }
 .AnyTagClassName
 {
   color: #55CC81;
 }
</style>

background-color css

<style>
 a { background-color: #55CC81; }

 a { background-color: rgb(85,204,129); }

 div.DivClassName
 {
   background-color: #55CC81;
 }
 .BgClassName
 {
   background-color: #55CC81;
 }
</style>

border-color css

<style>
 span { border-color: #55CC81; }

 span { border-color: rgb(85,204,129); }

 td.TdClassName
 {
   border-color: #55CC81;
 }
 .TagClassName
 {
   border-color: #55CC81;
 }
</style>