#55DA84

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

Shades of Emerald #55DA84

Tints of Emerald #55DA84

Color information

#55DA84 (or 0x55DA84) is unknown color: approx Emerald. HEX triplet: 55, DA and 84. RGB value is (85,218,132). Sum of RGB (Red+Green+Blue) = 85+218+132=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA84 is #AA257B. Grayscale: #A8A8A8. Windows color (decimal): -11150716 or 8706645. OLE color: 8706645.

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

Color convert

RGB85218132-
CMYK0.6100.390.15
HSL141.2º64.25%59.41%-
HSV(B)141.2º61.01%85.49%-
XYZ32.9853.7430.46-
YUV168.43107.4468.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 218 (85.55% from 255) = 50.11%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=19.54%
G=50.11%
B=30.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852181320.6100.390.15141.264.2559.41
Hex55DA843D027F8d403b
Octal125332204750471721510073
Binary1010101110110101000010011110101001111111100011011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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