#55D589

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

Shades of Emerald #55D589

Tints of Emerald #55D589

Color information

#55D589 (or 0x55D589) is unknown color: approx Emerald. HEX triplet: 55, D5 and 89. RGB value is (85,213,137). Sum of RGB (Red+Green+Blue) = 85+213+137=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #55D589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D589 is #AA2A76. Grayscale: #A6A6A6. Windows color (decimal): -11151991 or 9033045. OLE color: 9033045.

HSL color Cylindrical-coordinate representation of color #55D589: hue angle of 144.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D589 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB85213137-
CMYK0.6000.360.16
HSL144.38º60.38%58.43%-
HSV(B)144.38º60.09%83.53%-
XYZ32.0651.3331.88-
YUV166.06111.5970.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=19.54%
G=48.97%
B=31.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852131370.6000.360.16144.3860.3858.43
Hex55D5893C02410903c3a
Octal12532521174044202207472
Binary1010101110101011000100111110001001001000010010000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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