#559937

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

Shades of Limeade #559937

Tints of Limeade #559937

Color information

#559937 (or 0x559937) is unknown color: approx Limeade. HEX triplet: 55, 99 and 37. RGB value is (85,153,55). Sum of RGB (Red+Green+Blue) = 85+153+55=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #559937 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559937 is #AA66C8. Grayscale: #797979. Windows color (decimal): -11167433 or 3643733. OLE color: 3643733.

HSL color Cylindrical-coordinate representation of color #559937: hue angle of 101.63º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559937 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB8515355-
CMYK0.4400.640.4
HSL101.63º47.12%40.78%-
HSV(B)101.63º64.05%60%-
XYZ15.8324.997.6-
YUV121.590.47101.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 55 (21.88% from 255) = 18.77%
R=29.01%
G=52.22%
B=18.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153550.4400.640.4101.6347.1240.78
Hex5599372C04028662f29
Octal12523167540100501465751
Binary101010110011001110111101100010000001010001100110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559937; }

 p { color: rgb(85,153,55); }

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

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

 a { background-color: rgb(85,153,55); }

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

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

 span { border-color: rgb(85,153,55); }

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