#55d066

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

Shades of Emerald #55D066

Tints of Emerald #55D066

Color information

#55D066 (or 0x55D066) is unknown color: approx Emerald. HEX triplet: 55, D0 and 66. RGB value is (85,208,102). Sum of RGB (Red+Green+Blue) = 85+208+102=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #55D066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D066 is #AA2F99. Grayscale: #9F9F9F. Windows color (decimal): -11153306 or 6738005. OLE color: 6738005.

HSL color Cylindrical-coordinate representation of color #55D066: hue angle of 128.29º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D066 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB85208102-
CMYK0.5900.510.18
HSL128.29º56.68%57.45%-
HSV(B)128.29º59.13%81.57%-
XYZ28.74820.32-
YUV159.1495.7575.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 208 (81.64% from 255) = 52.66%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=21.52%
G=52.66%
B=25.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081020.5900.510.18128.2956.6857.45
Hex55D0663B03312803939
Octal12532014673063222007171
Binary101010111010000110011011101101100111001010000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55d066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,102); }

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

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

 a { background-color: rgb(85,208,102); }

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

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

 span { border-color: rgb(85,208,102); }

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