#559F15

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

Shades of Limeade #559F15

Tints of Limeade #559F15

Color information

#559F15 (or 0x559F15) is unknown color: approx Limeade. HEX triplet: 55, 9F and 15. RGB value is (85,159,21). Sum of RGB (Red+Green+Blue) = 85+159+21=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #559F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559F15 is #AA60EA. Grayscale: #797979. Windows color (decimal): -11165931 or 1417045. OLE color: 1417045.

HSL color Cylindrical-coordinate representation of color #559F15: hue angle of 92.17º 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 #559F15 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB8515921-
CMYK0.4700.870.38
HSL92.17º76.67%35.29%-
HSV(B)92.17º86.79%62.35%-
XYZ16.2826.785.02-
YUV121.1471.48102.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 159 (62.5% from 255) = 60%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=32.08%
G=60%
B=7.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85159210.4700.870.3892.1776.6735.29
Hex559F152F057265c4d23
Octal125237255701274613411543
Binary101010110011111101011011110101011110011010111001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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