#529928

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

Shades of Limeade #529928

Tints of Limeade #529928

Color information

#529928 (or 0x529928) is unknown color: approx Limeade. HEX triplet: 52, 99 and 28. RGB value is (82,153,40). Sum of RGB (Red+Green+Blue) = 82+153+40=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #529928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529928 is #AD66D7. Grayscale: #777777. Windows color (decimal): -11364056 or 2660690. OLE color: 2660690.

HSL color Cylindrical-coordinate representation of color #529928: hue angle of 97.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #529928 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB8215340-
CMYK0.4600.740.4
HSL97.7º58.55%37.84%-
HSV(B)97.7º73.86%60%-
XYZ15.2524.735.98-
YUV118.8983.48101.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=29.82%
G=55.64%
B=14.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153400.4600.740.497.758.5537.84
Hex5299282E04A28623b26
Octal12223150560112501427346
Binary101001010011001101000101110010010101010001100010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529928; }

 p { color: rgb(82,153,40); }

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

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

 a { background-color: rgb(82,153,40); }

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

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

 span { border-color: rgb(82,153,40); }

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