#529925

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

Shades of Limeade #529925

Tints of Limeade #529925

Color information

#529925 (or 0x529925) is unknown color: approx Limeade. HEX triplet: 52, 99 and 25. RGB value is (82,153,37). Sum of RGB (Red+Green+Blue) = 82+153+37=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #529925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529925 is #AD66DA. Grayscale: #767676. Windows color (decimal): -11364059 or 2464082. OLE color: 2464082.

HSL color Cylindrical-coordinate representation of color #529925: hue angle of 96.72º 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 #529925 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB8215337-
CMYK0.4600.760.4
HSL96.72º61.05%37.25%-
HSV(B)96.72º75.82%60%-
XYZ15.224.715.72-
YUV118.5581.98101.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 153 (60.16% from 255) = 56.25%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=30.15%
G=56.25%
B=13.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153370.4600.760.496.7261.0537.25
Hex5299252E04C28613d25
Octal12223145560114501417545
Binary101001010011001100101101110010011001010001100001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529925; }

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

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

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

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

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

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

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

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