#529511

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

Shades of Limeade #529511

Tints of Limeade #529511

Color information

#529511 (or 0x529511) is unknown color: approx Limeade. HEX triplet: 52, 95 and 11. RGB value is (82,149,17). Sum of RGB (Red+Green+Blue) = 82+149+17=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #529511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529511 is #AD6AEE. Grayscale: #727272. Windows color (decimal): -11365103 or 1152338. OLE color: 1152338.

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

Color convert

RGB8214917-
CMYK0.4500.890.42
HSL90.45º79.52%32.55%-
HSV(B)90.45º88.59%58.43%-
XYZ14.3323.334.28-
YUV113.9273.3105.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 149 (58.59% from 255) = 60.08%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=33.06%
G=60.08%
B=6.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149170.4500.890.4290.4579.5232.55
Hex5295112D0592A5a5021
Octal122225215501315213212041
Binary101001010010101100011011010101100110101010110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529511; }

 p { color: rgb(82,149,17); }

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

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

 a { background-color: rgb(82,149,17); }

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

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

 span { border-color: rgb(82,149,17); }

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