#529819

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

Shades of Limeade #529819

Tints of Limeade #529819

Color information

#529819 (or 0x529819) is unknown color: approx Limeade. HEX triplet: 52, 98 and 19. RGB value is (82,152,25). Sum of RGB (Red+Green+Blue) = 82+152+25=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #529819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529819 is #AD67E6. Grayscale: #757575. Windows color (decimal): -11364327 or 1677394. OLE color: 1677394.

HSL color Cylindrical-coordinate representation of color #529819: hue angle of 93.07º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #529819 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB8215225-
CMYK0.4600.840.40
HSL93.07º71.75%34.71%-
HSV(B)93.07º83.55%59.61%-
XYZ14.8824.324.83-
YUV116.5976.31103.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 152 (59.77% from 255) = 58.69%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=31.66%
G=58.69%
B=9.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152250.4600.840.4093.0771.7534.71
Hex5298192E054285d4823
Octal122230315601245013511043
Binary101001010011000110011011100101010010100010111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529819; }

 p { color: rgb(82,152,25); }

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

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

 a { background-color: rgb(82,152,25); }

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

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

 span { border-color: rgb(82,152,25); }

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