#529107

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

Shades of Limeade #529107

Tints of Limeade #529107

Color information

#529107 (or 0x529107) is unknown color: approx Limeade. HEX triplet: 52, 91 and 07. RGB value is (82,145,7). Sum of RGB (Red+Green+Blue) = 82+145+7=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #529107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529107 is #AD6EF8. Grayscale: #6E6E6E. Windows color (decimal): -11366137 or 495954. OLE color: 495954.

HSL color Cylindrical-coordinate representation of color #529107: hue angle of 87.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #529107 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB821457-
CMYK0.4300.950.43
HSL87.39º90.79%29.8%-
HSV(B)87.39º95.17%56.86%-
XYZ13.6422.063.74-
YUV110.4369.63107.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 145 (57.03% from 255) = 61.97%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=35.04%
G=61.97%
B=2.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8214570.4300.950.4387.3990.7929.8
Hex529172B05F2B575b1e
Octal12222175301375312713336
Binary101001010010001111101011010111111010111010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529107; }

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

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

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

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

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

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

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

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