#529832

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

Shades of Limeade #529832

Tints of Limeade #529832

Color information

#529832 (or 0x529832) is unknown color: approx Limeade. HEX triplet: 52, 98 and 32. RGB value is (82,152,50). Sum of RGB (Red+Green+Blue) = 82+152+50=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #529832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529832 is #AD67CD. Grayscale: #777777. Windows color (decimal): -11364302 or 3315794. OLE color: 3315794.

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

Color convert

RGB8215250-
CMYK0.4600.670.40
HSL101.18º50.5%39.61%-
HSV(B)101.18º67.11%59.61%-
XYZ15.2824.486.94-
YUV119.4488.81101.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=28.87%
G=53.52%
B=17.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152500.4600.670.40101.1850.539.61
Hex5298322E04328653228
Octal12223062560103501456250
Binary101001010011000110010101110010000111010001100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529832; }

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

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

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

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

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

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

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

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