#529507

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

Shades of Limeade #529507

Tints of Limeade #529507

Color information

#529507 (or 0x529507) is unknown color: approx Limeade. HEX triplet: 52, 95 and 07. RGB value is (82,149,7). Sum of RGB (Red+Green+Blue) = 82+149+7=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #529507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529507 is #AD6AF8. Grayscale: #717171. Windows color (decimal): -11365113 or 496978. OLE color: 496978.

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

Color convert

RGB821497-
CMYK0.4500.950.42
HSL88.31º91.03%30.59%-
HSV(B)88.31º95.3%58.43%-
XYZ14.2723.33.95-
YUV112.7868.3106.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 149 (58.59% from 255) = 62.61%
BLUE value IS 7 (3.12% from 255) = 2.94%
R=34.45%
G=62.61%
B=2.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8214970.4500.950.4288.3191.0330.59
Hex529572D05F2A585b1f
Octal12222575501375213013337
Binary101001010010101111101101010111111010101011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529507; }

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

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

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

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

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

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

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

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