#559E15

Color #559E15 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #559E15

Tints of Limeade #559E15

Color information

#559E15 (or 0x559E15) is unknown color: approx Limeade. HEX triplet: 55, 9E and 15. RGB value is (85,158,21). Sum of RGB (Red+Green+Blue) = 85+158+21=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 158 (62.11% from 255 or 59.85% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 158 - color contains mainly: green. Hex color #559E15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559E15 is #AA61EA. Grayscale: #797979. Windows color (decimal): -11166187 or 1416789. OLE color: 1416789.

HSL color Cylindrical-coordinate representation of color #559E15: hue angle of 91.97º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #559E15 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB8515821-
CMYK0.4600.870.38
HSL91.97º76.54%35.1%-
HSV(B)91.97º86.71%61.96%-
XYZ16.1126.444.96-
YUV120.5671.82102.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 158 (62.11% from 255) = 59.85%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=32.20%
G=59.85%
B=7.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158210.4600.870.3891.9776.5435.1
Hex559E152E057265c4d23
Octal125236255601274613411543
Binary101010110011110101011011100101011110011010111001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559E15; }

 p { color: rgb(85,158,21); }

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

<style>
 a { background-color: #559E15; }

 a { background-color: rgb(85,158,21); }

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

<style>
 span { border-color: #559E15; }

 span { border-color: rgb(85,158,21); }

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