#529512

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

Shades of Limeade #529512

Tints of Limeade #529512

Color information

#529512 (or 0x529512) is unknown color: approx Limeade. HEX triplet: 52, 95 and 12. RGB value is (82,149,18). Sum of RGB (Red+Green+Blue) = 82+149+18=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #529512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529512 is #AD6AED. Grayscale: #727272. Windows color (decimal): -11365102 or 1217874. OLE color: 1217874.

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

Color convert

RGB8214918-
CMYK0.4500.880.42
HSL90.69º78.44%32.75%-
HSV(B)90.69º87.92%58.43%-
XYZ14.3423.334.32-
YUV114.0373.8105.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 149 (58.59% from 255) = 59.84%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=32.93%
G=59.84%
B=7.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149180.4500.880.4290.6978.4432.75
Hex5295122D0582A5b4e21
Octal122225225501305213311641
Binary101001010010101100101011010101100010101010110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529512; }

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

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

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

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

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

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

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

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