#55DE90

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

Shades of Emerald #55DE90

Tints of Emerald #55DE90

Color information

#55DE90 (or 0x55DE90) is unknown color: approx Emerald. HEX triplet: 55, DE and 90. RGB value is (85,222,144). Sum of RGB (Red+Green+Blue) = 85+222+144=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DE90 is #AA216F. Grayscale: #ACACAC. Windows color (decimal): -11149680 or 9494101. OLE color: 9494101.

HSL color Cylindrical-coordinate representation of color #55DE90: hue angle of 145.84º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DE90 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB85222144-
CMYK0.6200.350.13
HSL145.84º67.49%60.2%-
HSV(B)145.84º61.71%87.06%-
XYZ34.956.1935.39-
YUV172.14112.1165.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 222 (87.11% from 255) = 49.22%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=18.85%
G=49.22%
B=31.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221440.6200.350.13145.8467.4960.2
Hex55DE903E023D92433c
Octal125336220760431522210374
Binary1010101110111101001000011111001000111101100100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,222,144); }

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

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

 a { background-color: rgb(85,222,144); }

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

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

 span { border-color: rgb(85,222,144); }

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