#59942F

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

Shades of Limeade #59942F

Tints of Limeade #59942F

Color information

#59942F (or 0x59942F) is unknown color: approx Limeade. HEX triplet: 59, 94 and 2F. RGB value is (89,148,47). Sum of RGB (Red+Green+Blue) = 89+148+47=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #59942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59942F is #A66BD0. Grayscale: #777777. Windows color (decimal): -10906577 or 3118169. OLE color: 3118169.

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

Color convert

RGB8914847-
CMYK0.4000.680.42
HSL95.05º51.79%38.24%-
HSV(B)95.05º68.24%58.04%-
XYZ15.2223.516.42-
YUV118.8487.45106.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 148 (58.20% from 255) = 52.11%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=31.34%
G=52.11%
B=16.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89148470.4000.680.4295.0551.7938.24
Hex59942F280442A5f3426
Octal13122457500104521376446
Binary101100110010100101111101000010001001010101011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59942F; }

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

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

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

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

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

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

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

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