#559737

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

Shades of Limeade #559737

Tints of Limeade #559737

Color information

#559737 (or 0x559737) is unknown color: approx Limeade. HEX triplet: 55, 97 and 37. RGB value is (85,151,55). Sum of RGB (Red+Green+Blue) = 85+151+55=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #559737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559737 is #AA68C8. Grayscale: #787878. Windows color (decimal): -11167945 or 3643221. OLE color: 3643221.

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

Color convert

RGB8515155-
CMYK0.4400.640.41
HSL101.25º46.6%40.39%-
HSV(B)101.25º63.58%59.22%-
XYZ15.524.347.5-
YUV120.3291.13102.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 151 (59.38% from 255) = 51.89%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=29.21%
G=51.89%
B=18.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85151550.4400.640.41101.2546.640.39
Hex5597372C04029652f28
Octal12522767540100511455750
Binary101010110010111110111101100010000001010011100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559737; }

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

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

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

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

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

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

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

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