#529D10

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

Shades of Limeade #529D10

Tints of Limeade #529D10

Color information

#529D10 (or 0x529D10) is unknown color: approx Limeade. HEX triplet: 52, 9D and 10. RGB value is (82,157,16). Sum of RGB (Red+Green+Blue) = 82+157+16=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 157 (61.72% from 255 or 61.57% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 157 - color contains mainly: green. Hex color #529D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D10 is #AD62EF. Grayscale: #767676. Windows color (decimal): -11363056 or 1088850. OLE color: 1088850.

HSL color Cylindrical-coordinate representation of color #529D10: hue angle of 91.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #529D10 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB8215716-
CMYK0.4800.900.38
HSL91.91º81.5%33.92%-
HSV(B)91.91º89.81%61.57%-
XYZ15.6325.954.67-
YUV118.570.15101.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 157 (61.72% from 255) = 61.57%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=32.16%
G=61.57%
B=6.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82157160.4800.900.3891.9181.533.92
Hex529D103005A265c5222
Octal122235206001324613412242
Binary101001010011101100001100000101101010011010111001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529D10; }

 p { color: rgb(82,157,16); }

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

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

 a { background-color: rgb(82,157,16); }

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

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

 span { border-color: rgb(82,157,16); }

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