#559836

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

Shades of Limeade #559836

Tints of Limeade #559836

Color information

#559836 (or 0x559836) is unknown color: approx Limeade. HEX triplet: 55, 98 and 36. RGB value is (85,152,54). Sum of RGB (Red+Green+Blue) = 85+152+54=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #559836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559836 is #AA67C9. Grayscale: #797979. Windows color (decimal): -11167690 or 3577941. OLE color: 3577941.

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

Color convert

RGB8515254-
CMYK0.4400.640.40
HSL101.02º47.57%40.39%-
HSV(B)101.02º64.47%59.61%-
XYZ15.6424.657.42-
YUV120.7990.3102.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=29.21%
G=52.23%
B=18.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152540.4400.640.40101.0247.5740.39
Hex5598362C04028653028
Octal12523066540100501456050
Binary101010110011000110110101100010000001010001100101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559836; }

 p { color: rgb(85,152,54); }

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

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

 a { background-color: rgb(85,152,54); }

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

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

 span { border-color: rgb(85,152,54); }

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