#55DA81

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

Shades of Emerald #55DA81

Tints of Emerald #55DA81

Color information

#55DA81 (or 0x55DA81) is unknown color: approx Emerald. HEX triplet: 55, DA and 81. RGB value is (85,218,129). Sum of RGB (Red+Green+Blue) = 85+218+129=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA81 is #AA257E. Grayscale: #A8A8A8. Windows color (decimal): -11150719 or 8510037. OLE color: 8510037.

HSL color Cylindrical-coordinate representation of color #55DA81: hue angle of 139.85º degrees, saturation: 0.64, 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 #55DA81 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB85218129-
CMYK0.6100.410.15
HSL139.85º64.25%59.41%-
HSV(B)139.85º61.01%85.49%-
XYZ32.7853.6629.4-
YUV168.09105.9468.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 218 (85.55% from 255) = 50.46%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=19.68%
G=50.46%
B=29.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852181290.6100.410.15139.8564.2559.41
Hex55DA813D029F8c403b
Octal125332201750511721410073
Binary1010101110110101000000111110101010011111100011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,218,129); }

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

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

 a { background-color: rgb(85,218,129); }

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

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

 span { border-color: rgb(85,218,129); }

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