#59962E

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

Shades of Limeade #59962E

Tints of Limeade #59962E

Color information

#59962E (or 0x59962E) is unknown color: approx Limeade. HEX triplet: 59, 96 and 2E. RGB value is (89,150,46). Sum of RGB (Red+Green+Blue) = 89+150+46=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #59962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59962E is #A669D1. Grayscale: #787878. Windows color (decimal): -10906066 or 3053145. OLE color: 3053145.

HSL color Cylindrical-coordinate representation of color #59962E: hue angle of 95.19º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59962E is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB8915046-
CMYK0.4100.690.41
HSL95.19º53.06%38.43%-
HSV(B)95.19º69.33%58.82%-
XYZ15.5224.136.43-
YUV119.986.29105.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=31.23%
G=52.63%
B=16.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89150460.4100.690.4195.1953.0638.43
Hex59962E29045295f3526
Octal13122656510105511376546
Binary101100110010110101110101001010001011010011011111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59962E; }

 p { color: rgb(89,150,46); }

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

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

 a { background-color: rgb(89,150,46); }

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

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

 span { border-color: rgb(89,150,46); }

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