#529D33

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

Shades of Limeade #529D33

Tints of Limeade #529D33

Color information

#529D33 (or 0x529D33) is unknown color: approx Limeade. HEX triplet: 52, 9D and 33. RGB value is (82,157,51). Sum of RGB (Red+Green+Blue) = 82+157+51=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #529D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D33 is #AD62CC. Grayscale: #7A7A7A. Windows color (decimal): -11363021 or 3382610. OLE color: 3382610.

HSL color Cylindrical-coordinate representation of color #529D33: hue angle of 102.45º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #529D33 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB8215751-
CMYK0.4800.680.38
HSL102.45º50.96%40.78%-
HSV(B)102.45º67.52%61.57%-
XYZ16.1326.157.33-
YUV122.4987.6599.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=28.28%
G=54.14%
B=17.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82157510.4800.680.38102.4550.9640.78
Hex529D333004426663329
Octal12223563600104461466351
Binary101001010011101110011110000010001001001101100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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