#55D860

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

Shades of Emerald #55D860

Tints of Emerald #55D860

Color information

#55D860 (or 0x55D860) is unknown color: approx Emerald. HEX triplet: 55, D8 and 60. RGB value is (85,216,96). Sum of RGB (Red+Green+Blue) = 85+216+96=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #55D860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D860 is #AA279F. Grayscale: #A3A3A3. Windows color (decimal): -11151264 or 6346837. OLE color: 6346837.

HSL color Cylindrical-coordinate representation of color #55D860: hue angle of 125.04º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D860 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB8521696-
CMYK0.6100.560.15
HSL125.04º62.68%59.02%-
HSV(B)125.04º60.65%84.71%-
XYZ30.4151.8919.48-
YUV163.1590.172.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 216 (84.77% from 255) = 54.41%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=21.41%
G=54.41%
B=24.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85216960.6100.560.15125.0462.6859.02
Hex55D8603D038F7d3f3b
Octal12533014075070171757773
Binary1010101110110001100000111101011100011111111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,96); }

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

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

 a { background-color: rgb(85,216,96); }

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

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

 span { border-color: rgb(85,216,96); }

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