#55D28B

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

Shades of Emerald #55D28B

Tints of Emerald #55D28B

Color information

#55D28B (or 0x55D28B) is unknown color: approx Emerald. HEX triplet: 55, D2 and 8B. RGB value is (85,210,139). Sum of RGB (Red+Green+Blue) = 85+210+139=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #55D28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D28B is #AA2D74. Grayscale: #A4A4A4. Windows color (decimal): -11152757 or 9163349. OLE color: 9163349.

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

Color convert

RGB85210139-
CMYK0.6000.340.18
HSL145.92º58.14%57.84%-
HSV(B)145.92º59.52%82.35%-
XYZ31.4549.8932.4-
YUV164.53113.5971.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.59%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=19.59%
G=48.39%
B=32.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852101390.6000.340.18145.9258.1457.84
Hex55D28B3C02212923a3a
Octal12532221374042222227272
Binary1010101110100101000101111110001000101001010010010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,210,139); }

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

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

 a { background-color: rgb(85,210,139); }

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

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

 span { border-color: rgb(85,210,139); }

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