#55D889

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

Shades of Emerald #55D889

Tints of Emerald #55D889

Color information

#55D889 (or 0x55D889) is unknown color: approx Emerald. HEX triplet: 55, D8 and 89. RGB value is (85,216,137). Sum of RGB (Red+Green+Blue) = 85+216+137=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #55D889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D889 is #AA2776. Grayscale: #A8A8A8. Windows color (decimal): -11151223 or 9033813. OLE color: 9033813.

HSL color Cylindrical-coordinate representation of color #55D889: hue angle of 143.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D889 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB85216137-
CMYK0.6100.370.15
HSL143.82º62.68%59.02%-
HSV(B)143.82º60.65%84.71%-
XYZ32.8252.8532.14-
YUV167.82110.668.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.41%
GREEN value IS 216 (84.77% from 255) = 49.32%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=19.41%
G=49.32%
B=31.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161370.6100.370.15143.8262.6859.02
Hex55D8893D025F903f3b
Octal12533021175045172207773
Binary101010111011000100010011111010100101111110010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,137); }

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

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

 a { background-color: rgb(85,216,137); }

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

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

 span { border-color: rgb(85,216,137); }

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