#559205

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

Shades of Limeade #559205

Tints of Limeade #559205

Color information

#559205 (or 0x559205) is unknown color: approx Limeade. HEX triplet: 55, 92 and 05. RGB value is (85,146,5). Sum of RGB (Red+Green+Blue) = 85+146+5=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #559205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559205 is #AA6DFA. Grayscale: #707070. Windows color (decimal): -11169275 or 365141. OLE color: 365141.

HSL color Cylindrical-coordinate representation of color #559205: hue angle of 85.96º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #559205 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB851465-
CMYK0.4200.970.43
HSL85.96º93.38%29.61%-
HSV(B)85.96º96.58%57.25%-
XYZ14.0522.53.75-
YUV111.6967.79108.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 146 (57.42% from 255) = 61.86%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=36.02%
G=61.86%
B=2.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8514650.4200.970.4385.9693.3829.61
Hex559252A0612B565d1e
Octal12522255201415312613536
Binary101010110010010101101010011000011010111010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559205; }

 p { color: rgb(85,146,5); }

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

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

 a { background-color: rgb(85,146,5); }

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

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

 span { border-color: rgb(85,146,5); }

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