#529414

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

Shades of Limeade #529414

Tints of Limeade #529414

Color information

#529414 (or 0x529414) is unknown color: approx Limeade. HEX triplet: 52, 94 and 14. RGB value is (82,148,20). Sum of RGB (Red+Green+Blue) = 82+148+20=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #529414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529414 is #AD6BEB. Grayscale: #727272. Windows color (decimal): -11365356 or 1348690. OLE color: 1348690.

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

Color convert

RGB8214820-
CMYK0.4500.860.42
HSL90.94º76.19%32.94%-
HSV(B)90.94º86.49%58.04%-
XYZ14.223.024.36-
YUV113.6775.13105.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 148 (58.20% from 255) = 59.2%
BLUE value IS 20 (8.20% from 255) = 8%
R=32.8%
G=59.2%
B=8%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148200.4500.860.4290.9476.1932.94
Hex5294142D0562A5b4c21
Octal122224245501265213311441
Binary101001010010100101001011010101011010101010110111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529414; }

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

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

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

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

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

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

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

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