#529E32

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

Shades of Limeade #529E32

Tints of Limeade #529E32

Color information

#529E32 (or 0x529E32) is unknown color: approx Limeade. HEX triplet: 52, 9E and 32. RGB value is (82,158,50). Sum of RGB (Red+Green+Blue) = 82+158+50=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #529E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E32 is #AD61CD. Grayscale: #7B7B7B. Windows color (decimal): -11362766 or 3317330. OLE color: 3317330.

HSL color Cylindrical-coordinate representation of color #529E32: hue angle of 102.22º degrees, saturation: 0.52, 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 #529E32 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB8215850-
CMYK0.4800.680.38
HSL102.22º51.92%40.78%-
HSV(B)102.22º68.35%61.96%-
XYZ16.2826.487.27-
YUV122.9686.8298.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 158 (62.11% from 255) = 54.48%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=28.28%
G=54.48%
B=17.24%

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
Decimal82158500.4800.680.38102.2251.9240.78
Hex529E323004426663429
Octal12223662600104461466451
Binary101001010011110110010110000010001001001101100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,158,50); }

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

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

 a { background-color: rgb(82,158,50); }

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

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

 span { border-color: rgb(82,158,50); }

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