#55DD66

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

Shades of Emerald #55DD66

Tints of Emerald #55DD66

Color information

#55DD66 (or 0x55DD66) is unknown color: approx Emerald. HEX triplet: 55, DD and 66. RGB value is (85,221,102). Sum of RGB (Red+Green+Blue) = 85+221+102=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD66 is #AA2299. Grayscale: #A7A7A7. Windows color (decimal): -11149978 or 6741333. OLE color: 6741333.

HSL color Cylindrical-coordinate representation of color #55DD66: hue angle of 127.5º 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 #55DD66 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB85221102-
CMYK0.6200.540.13
HSL127.5º66.67%60%-
HSV(B)127.5º61.54%86.67%-
XYZ3254.621.42-
YUV166.7791.4469.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 221 (86.72% from 255) = 54.17%
BLUE value IS 102 (40.23% from 255) = 25%
R=20.83%
G=54.17%
B=25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852211020.6200.540.13127.566.6760
Hex55DD663E036D80433c
Octal125335146760661520010374
Binary101010111011101110011011111001101101101100000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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