#559516

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

Shades of Limeade #559516

Tints of Limeade #559516

Color information

#559516 (or 0x559516) is unknown color: approx Limeade. HEX triplet: 55, 95 and 16. RGB value is (85,149,22). Sum of RGB (Red+Green+Blue) = 85+149+22=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #559516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559516 is #AA6AE9. Grayscale: #737373. Windows color (decimal): -11168490 or 1480021. OLE color: 1480021.

HSL color Cylindrical-coordinate representation of color #559516: hue angle of 90.24º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #559516 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB8514922-
CMYK0.4300.850.42
HSL90.24º74.27%33.53%-
HSV(B)90.24º85.23%58.43%-
XYZ14.6423.484.52-
YUV115.3975.3106.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=33.20%
G=58.20%
B=8.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149220.4300.850.4290.2474.2733.53
Hex5595162B0552A5a4a22
Octal125225265301255213211242
Binary101010110010101101101010110101010110101010110101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559516; }

 p { color: rgb(85,149,22); }

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

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

 a { background-color: rgb(85,149,22); }

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

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

 span { border-color: rgb(85,149,22); }

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