#559F24

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

Shades of Limeade #559F24

Tints of Limeade #559F24

Color information

#559F24 (or 0x559F24) is unknown color: approx Limeade. HEX triplet: 55, 9F and 24. RGB value is (85,159,36). Sum of RGB (Red+Green+Blue) = 85+159+36=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #559F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559F24 is #AA60DB. Grayscale: #7B7B7B. Windows color (decimal): -11165916 or 2400085. OLE color: 2400085.

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

Color convert

RGB8515936-
CMYK0.4700.770.38
HSL96.1º63.08%38.24%-
HSV(B)96.1º77.36%62.35%-
XYZ16.4626.855.98-
YUV122.8578.98101-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 159 (62.5% from 255) = 56.79%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=30.36%
G=56.79%
B=12.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85159360.4700.770.3896.163.0838.24
Hex559F242F04D26603f26
Octal12523744570115461407746
Binary101010110011111100100101111010011011001101100000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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