#529615

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

Shades of Limeade #529615

Tints of Limeade #529615

Color information

#529615 (or 0x529615) is unknown color: approx Limeade. HEX triplet: 52, 96 and 15. RGB value is (82,150,21). Sum of RGB (Red+Green+Blue) = 82+150+21=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #529615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529615 is #AD69EA. Grayscale: #737373. Windows color (decimal): -11364843 or 1414738. OLE color: 1414738.

HSL color Cylindrical-coordinate representation of color #529615: hue angle of 91.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #529615 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB8215021-
CMYK0.4500.860.41
HSL91.63º75.44%33.53%-
HSV(B)91.63º86%58.82%-
XYZ14.5223.664.51-
YUV114.9674.97104.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 150 (58.98% from 255) = 59.29%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=32.41%
G=59.29%
B=8.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150210.4500.860.4191.6375.4433.53
Hex5296152D056295c4b22
Octal122226255501265113411342
Binary101001010010110101011011010101011010100110111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529615; }

 p { color: rgb(82,150,21); }

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

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

 a { background-color: rgb(82,150,21); }

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

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

 span { border-color: rgb(82,150,21); }

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