#539720

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

Shades of Limeade #539720

Tints of Limeade #539720

Color information

#539720 (or 0x539720) is unknown color: approx Limeade. HEX triplet: 53, 97 and 20. RGB value is (83,151,32). Sum of RGB (Red+Green+Blue) = 83+151+32=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #539720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539720 is #AC68DF. Grayscale: #757575. Windows color (decimal): -11299040 or 2135891. OLE color: 2135891.

HSL color Cylindrical-coordinate representation of color #539720: hue angle of 94.29º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #539720 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB8315132-
CMYK0.4500.790.41
HSL94.29º65.03%35.88%-
HSV(B)94.29º78.81%59.22%-
XYZ14.8924.085.23-
YUV117.179.97103.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 151 (59.38% from 255) = 56.77%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=31.20%
G=56.77%
B=12.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83151320.4500.790.4194.2965.0335.88
Hex5397202D04F295e4124
Octal123227405501175113610144
Binary1010011100101111000001011010100111110100110111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539720; }

 p { color: rgb(83,151,32); }

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

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

 a { background-color: rgb(83,151,32); }

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

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

 span { border-color: rgb(83,151,32); }

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