#55DC61

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

Shades of Emerald #55DC61

Tints of Emerald #55DC61

Color information

#55DC61 (or 0x55DC61) is unknown color: approx Emerald. HEX triplet: 55, DC and 61. RGB value is (85,220,97). Sum of RGB (Red+Green+Blue) = 85+220+97=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC61 is #AA239E. Grayscale: #A5A5A5. Windows color (decimal): -11150239 or 6413397. OLE color: 6413397.

HSL color Cylindrical-coordinate representation of color #55DC61: hue angle of 125.33º degrees, saturation: 0.66, 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 #55DC61 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB8522097-
CMYK0.6100.560.14
HSL125.33º65.85%59.8%-
HSV(B)125.33º61.36%86.27%-
XYZ31.553.9820.07-
YUV165.6189.2770.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 220 (86.33% from 255) = 54.73%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=21.14%
G=54.73%
B=24.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85220970.6100.560.14125.3365.8559.8
Hex55DC613D038E7d423c
Octal125334141750701617510274
Binary10101011101110011000011111010111000111011111011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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