#59951E

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

Shades of Limeade #59951E

Tints of Limeade #59951E

Color information

#59951E (or 0x59951E) is unknown color: approx Limeade. HEX triplet: 59, 95 and 1E. RGB value is (89,149,30). Sum of RGB (Red+Green+Blue) = 89+149+30=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #59951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59951E is #A66AE1. Grayscale: #757575. Windows color (decimal): -10906338 or 2004313. OLE color: 2004313.

HSL color Cylindrical-coordinate representation of color #59951E: hue angle of 90.25º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59951E is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB8914930-
CMYK0.4000.800.42
HSL90.25º66.48%35.1%-
HSV(B)90.25º79.87%58.43%-
XYZ15.123.715.01-
YUV117.4978.62107.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 149 (58.59% from 255) = 55.60%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=33.21%
G=55.60%
B=11.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89149300.4000.800.4290.2566.4835.1
Hex59951E280502A5a4223
Octal131225365001205213210243
Binary101100110010101111101010000101000010101010110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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