#529825

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

Shades of Limeade #529825

Tints of Limeade #529825

Color information

#529825 (or 0x529825) is unknown color: approx Limeade. HEX triplet: 52, 98 and 25. RGB value is (82,152,37). Sum of RGB (Red+Green+Blue) = 82+152+37=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #529825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529825 is #AD67DA. Grayscale: #767676. Windows color (decimal): -11364315 or 2463826. OLE color: 2463826.

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

Color convert

RGB8215237-
CMYK0.4600.760.40
HSL96.52º60.85%37.06%-
HSV(B)96.52º75.66%59.61%-
XYZ15.0424.385.66-
YUV117.9682.31102.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=30.26%
G=56.09%
B=13.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152370.4600.760.4096.5260.8537.06
Hex5298252E04C28613d25
Octal12223045560114501417545
Binary101001010011000100101101110010011001010001100001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529825; }

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

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

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

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

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

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

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

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