#55DD68

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

Shades of Emerald #55DD68

Tints of Emerald #55DD68

Color information

#55DD68 (or 0x55DD68) is unknown color: approx Emerald. HEX triplet: 55, DD and 68. RGB value is (85,221,104). Sum of RGB (Red+Green+Blue) = 85+221+104=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD68 is #AA2297. Grayscale: #A7A7A7. Windows color (decimal): -11149976 or 6872405. OLE color: 6872405.

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

Color convert

RGB85221104-
CMYK0.6200.530.13
HSL128.38º66.67%60%-
HSV(B)128.38º61.54%86.67%-
XYZ32.154.6421.95-
YUV16792.4469.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 221 (86.72% from 255) = 53.90%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=20.73%
G=53.90%
B=25.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852211040.6200.530.13128.3866.6760
Hex55DD683E035D80433c
Octal125335150760651520010374
Binary101010111011101110100011111001101011101100000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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