#529720

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

Shades of Limeade #529720

Tints of Limeade #529720

Color information

#529720 (or 0x529720) is unknown color: approx Limeade. HEX triplet: 52, 97 and 20. RGB value is (82,151,32). Sum of RGB (Red+Green+Blue) = 82+151+32=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #529720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529720 is #AD68DF. Grayscale: #757575. Windows color (decimal): -11364576 or 2135890. OLE color: 2135890.

HSL color Cylindrical-coordinate representation of color #529720: hue angle of 94.79º 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 #529720 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB8215132-
CMYK0.4600.790.41
HSL94.79º65.03%35.88%-
HSV(B)94.79º78.81%59.22%-
XYZ14.8124.035.22-
YUV116.880.14103.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 151 (59.38% from 255) = 56.98%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=30.94%
G=56.98%
B=12.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151320.4600.790.4194.7965.0335.88
Hex5297202E04F295f4124
Octal122227405601175113710144
Binary1010010100101111000001011100100111110100110111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529720; }

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

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

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

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

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

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

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

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