#529416

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

Shades of Limeade #529416

Tints of Limeade #529416

Color information

#529416 (or 0x529416) is unknown color: approx Limeade. HEX triplet: 52, 94 and 16. RGB value is (82,148,22). Sum of RGB (Red+Green+Blue) = 82+148+22=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #529416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529416 is #AD6BE9. Grayscale: #727272. Windows color (decimal): -11365354 or 1479762. OLE color: 1479762.

HSL color Cylindrical-coordinate representation of color #529416: hue angle of 91.43º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #529416 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB8214822-
CMYK0.4500.850.42
HSL91.43º74.12%33.33%-
HSV(B)91.43º85.14%58.04%-
XYZ14.2123.034.46-
YUV113.976.13105.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 148 (58.20% from 255) = 58.73%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=32.54%
G=58.73%
B=8.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148220.4500.850.4291.4374.1233.33
Hex5294162D0552A5b4a21
Octal122224265501255213311241
Binary101001010010100101101011010101010110101010110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529416; }

 p { color: rgb(82,148,22); }

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

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

 a { background-color: rgb(82,148,22); }

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

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

 span { border-color: rgb(82,148,22); }

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