#59941C

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

Shades of Limeade #59941C

Tints of Limeade #59941C

Color information

#59941C (or 0x59941C) is unknown color: approx Limeade. HEX triplet: 59, 94 and 1C. RGB value is (89,148,28). Sum of RGB (Red+Green+Blue) = 89+148+28=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #59941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59941C is #A66BE3. Grayscale: #757575. Windows color (decimal): -10906596 or 1872985. OLE color: 1872985.

HSL color Cylindrical-coordinate representation of color #59941C: hue angle of 89.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59941C is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB8914828-
CMYK0.4000.810.42
HSL89.5º68.18%34.51%-
HSV(B)89.5º81.08%58.04%-
XYZ14.9223.394.83-
YUV116.6877.95108.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=33.58%
G=55.85%
B=10.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89148280.4000.810.4289.568.1834.51
Hex59941C280512A5a4423
Octal131224345001215213210443
Binary101100110010100111001010000101000110101010110101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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