#529831

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

Shades of Limeade #529831

Tints of Limeade #529831

Color information

#529831 (or 0x529831) is unknown color: approx Limeade. HEX triplet: 52, 98 and 31. RGB value is (82,152,49). Sum of RGB (Red+Green+Blue) = 82+152+49=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #529831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529831 is #AD67CE. Grayscale: #777777. Windows color (decimal): -11364303 or 3250258. OLE color: 3250258.

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

Color convert

RGB8215249-
CMYK0.4600.680.40
HSL100.78º51.24%39.41%-
HSV(B)100.78º67.76%59.61%-
XYZ15.2624.476.82-
YUV119.3388.31101.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=28.98%
G=53.71%
B=17.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152490.4600.680.40100.7851.2439.41
Hex5298312E04428653327
Octal12223061560104501456347
Binary101001010011000110001101110010001001010001100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529831; }

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

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

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

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

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

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

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

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