#529821

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

Shades of Limeade #529821

Tints of Limeade #529821

Color information

#529821 (or 0x529821) is unknown color: approx Limeade. HEX triplet: 52, 98 and 21. RGB value is (82,152,33). Sum of RGB (Red+Green+Blue) = 82+152+33=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #529821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529821 is #AD67DE. Grayscale: #757575. Windows color (decimal): -11364319 or 2201682. OLE color: 2201682.

HSL color Cylindrical-coordinate representation of color #529821: hue angle of 95.29º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #529821 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB8215233-
CMYK0.4600.780.40
HSL95.29º64.32%36.27%-
HSV(B)95.29º78.29%59.61%-
XYZ14.9824.365.35-
YUV117.580.31102.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=30.71%
G=56.93%
B=12.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152330.4600.780.4095.2964.3236.27
Hex5298212E04E285f4024
Octal122230415601165013710044
Binary1010010100110001000011011100100111010100010111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529821; }

 p { color: rgb(82,152,33); }

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

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

 a { background-color: rgb(82,152,33); }

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

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

 span { border-color: rgb(82,152,33); }

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