#55DB6F

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

Shades of Emerald #55DB6F

Tints of Emerald #55DB6F

Color information

#55DB6F (or 0x55DB6F) is unknown color: approx Emerald. HEX triplet: 55, DB and 6F. RGB value is (85,219,111). Sum of RGB (Red+Green+Blue) = 85+219+111=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DB6F is #AA2490. Grayscale: #A6A6A6. Windows color (decimal): -11150481 or 7330645. OLE color: 7330645.

HSL color Cylindrical-coordinate representation of color #55DB6F: hue angle of 131.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DB6F is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB85219111-
CMYK0.6100.490.14
HSL131.64º65.05%59.61%-
HSV(B)131.64º61.19%85.88%-
XYZ31.9553.7423.73-
YUV166.6296.6169.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 219 (85.94% from 255) = 52.77%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=20.48%
G=52.77%
B=26.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852191110.6100.490.14131.6465.0559.61
Hex55DB6F3D031E84413c
Octal125333157750611620410174
Binary101010111011011110111111110101100011110100001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,219,111); }

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

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

 a { background-color: rgb(85,219,111); }

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

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

 span { border-color: rgb(85,219,111); }

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