#529E19

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

Shades of Limeade #529E19

Tints of Limeade #529E19

Color information

#529E19 (or 0x529E19) is unknown color: approx Limeade. HEX triplet: 52, 9E and 19. RGB value is (82,158,25). Sum of RGB (Red+Green+Blue) = 82+158+25=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 158 (62.11% from 255 or 59.62% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 158 - color contains mainly: green. Hex color #529E19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529E19 is #AD61E6. Grayscale: #787878. Windows color (decimal): -11362791 or 1678930. OLE color: 1678930.

HSL color Cylindrical-coordinate representation of color #529E19: hue angle of 94.29º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #529E19 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB8215825-
CMYK0.4800.840.38
HSL94.29º72.68%35.88%-
HSV(B)94.29º84.18%61.96%-
XYZ15.8826.325.16-
YUV120.1174.32100.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 158 (62.11% from 255) = 59.62%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=30.94%
G=59.62%
B=9.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158250.4800.840.3894.2972.6835.88
Hex529E1930054265e4924
Octal122236316001244613611144
Binary101001010011110110011100000101010010011010111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529E19; }

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

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

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

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

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

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

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

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