#529601

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

Shades of Limeade #529601

Tints of Limeade #529601

Color information

#529601 (or 0x529601) is unknown color: approx Limeade. HEX triplet: 52, 96 and 01. RGB value is (82,150,1). Sum of RGB (Red+Green+Blue) = 82+150+1=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #529601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529601 is #AD69FE. Grayscale: #717171. Windows color (decimal): -11364863 or 104018. OLE color: 104018.

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

Color convert

RGB821501-
CMYK0.4500.990.41
HSL87.38º98.68%29.61%-
HSV(B)87.38º99.33%58.82%-
XYZ14.3923.613.83-
YUV112.6864.97106.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 150 (58.98% from 255) = 64.38%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=35.19%
G=64.38%
B=0.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8215010.4500.990.4187.3898.6829.61
Hex529612D0632957631e
Octal12222615501435112714336
Binary1010010100101101101101011000111010011010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529601; }

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

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

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

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

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

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

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

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