#55D376

Color #55D376 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #55D376

Tints of Emerald #55D376

Color information

#55D376 (or 0x55D376) is unknown color: approx Emerald. HEX triplet: 55, D3 and 76. RGB value is (85,211,118). Sum of RGB (Red+Green+Blue) = 85+211+118=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #55D376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D376 is #AA2C89. Grayscale: #A2A2A2. Windows color (decimal): -11152522 or 7787349. OLE color: 7787349.

HSL color Cylindrical-coordinate representation of color #55D376: hue angle of 135.71º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D376 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB85211118-
CMYK0.6000.440.17
HSL135.71º58.88%58.04%-
HSV(B)135.71º59.72%82.75%-
XYZ30.3149.8325.16-
YUV162.72102.7672.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 211 (82.81% from 255) = 50.97%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=20.53%
G=50.97%
B=28.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal852111180.6000.440.17135.7158.8858.04
Hex55D3763C02C11883b3a
Octal12532316674054212107372
Binary101010111010011111011011110001011001000110001000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,211,118); }

 H1.HeaderClassName
 {
   color: #55D376;
 }
 .AnyTagClassName
 {
   color: #55D376;
 }
</style>
background-color css

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

 a { background-color: rgb(85,211,118); }

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

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

 span { border-color: rgb(85,211,118); }

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