#59953A

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

Shades of Limeade #59953A

Tints of Limeade #59953A

Color information

#59953A (or 0x59953A) is unknown color: approx Limeade. HEX triplet: 59, 95 and 3A. RGB value is (89,149,58). Sum of RGB (Red+Green+Blue) = 89+149+58=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #59953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59953A is #A66AC5. Grayscale: #787878. Windows color (decimal): -10906310 or 3839321. OLE color: 3839321.

HSL color Cylindrical-coordinate representation of color #59953A: hue angle of 99.56º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59953A is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB8914958-
CMYK0.4000.610.42
HSL99.56º43.96%40.59%-
HSV(B)99.56º61.07%58.43%-
XYZ15.6323.927.8-
YUV120.6992.62105.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=30.07%
G=50.34%
B=19.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89149580.4000.610.4299.5643.9640.59
Hex59953A2803D2A642c29
Octal1312257250075521445451
Binary10110011001010111101010100001111011010101100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59953A; }

 p { color: rgb(89,149,58); }

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

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

 a { background-color: rgb(89,149,58); }

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

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

 span { border-color: rgb(89,149,58); }

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