#59981C

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

Shades of Limeade #59981C

Tints of Limeade #59981C

Color information

#59981C (or 0x59981C) is unknown color: approx Limeade. HEX triplet: 59, 98 and 1C. RGB value is (89,152,28). Sum of RGB (Red+Green+Blue) = 89+152+28=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #59981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59981C is #A667E3. Grayscale: #777777. Windows color (decimal): -10905572 or 1874009. OLE color: 1874009.

HSL color Cylindrical-coordinate representation of color #59981C: hue angle of 90.48º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59981C is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB8915228-
CMYK0.4100.820.40
HSL90.48º68.89%35.29%-
HSV(B)90.48º81.58%59.61%-
XYZ15.5624.665.04-
YUV119.0376.63106.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 28 (11.33% from 255) = 10.41%
R=33.09%
G=56.51%
B=10.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89152280.4100.820.4090.4868.8935.29
Hex59981C29052285a4523
Octal131230345101225013210543
Binary101100110011000111001010010101001010100010110101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59981C; }

 p { color: rgb(89,152,28); }

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

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

 a { background-color: rgb(89,152,28); }

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

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

 span { border-color: rgb(89,152,28); }

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