#55DD61

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

Shades of Emerald #55DD61

Tints of Emerald #55DD61

Color information

#55DD61 (or 0x55DD61) is unknown color: approx Emerald. HEX triplet: 55, DD and 61. RGB value is (85,221,97). Sum of RGB (Red+Green+Blue) = 85+221+97=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD61 is #AA229E. Grayscale: #A6A6A6. Windows color (decimal): -11149983 or 6413653. OLE color: 6413653.

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

Color convert

RGB8522197-
CMYK0.6200.560.13
HSL125.29º66.67%60%-
HSV(B)125.29º61.54%86.67%-
XYZ31.7654.5120.16-
YUV166.288.9470.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 221 (86.72% from 255) = 54.84%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=21.09%
G=54.84%
B=24.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85221970.6200.560.13125.2966.6760
Hex55DD613E038D7d433c
Octal125335141760701517510374
Binary10101011101110111000011111100111000110111111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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