#559D24

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

Shades of Limeade #559D24

Tints of Limeade #559D24

Color information

#559D24 (or 0x559D24) is unknown color: approx Limeade. HEX triplet: 55, 9D and 24. RGB value is (85,157,36). Sum of RGB (Red+Green+Blue) = 85+157+36=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #559D24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D24 is #AA62DB. Grayscale: #7A7A7A. Windows color (decimal): -11166428 or 2399573. OLE color: 2399573.

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

Color convert

RGB8515736-
CMYK0.4600.770.38
HSL95.7º62.69%37.84%-
HSV(B)95.7º77.07%61.57%-
XYZ16.1226.175.87-
YUV121.6879.65101.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 157 (61.72% from 255) = 56.47%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=30.58%
G=56.47%
B=12.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157360.4600.770.3895.762.6937.84
Hex559D242E04D26603f26
Octal12523544560115461407746
Binary101010110011101100100101110010011011001101100000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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