#529528

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

Shades of Limeade #529528

Tints of Limeade #529528

Color information

#529528 (or 0x529528) is unknown color: approx Limeade. HEX triplet: 52, 95 and 28. RGB value is (82,149,40). Sum of RGB (Red+Green+Blue) = 82+149+40=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #529528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529528 is #AD6AD7. Grayscale: #747474. Windows color (decimal): -11365080 or 2659666. OLE color: 2659666.

HSL color Cylindrical-coordinate representation of color #529528: hue angle of 96.88º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #529528 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB8214940-
CMYK0.4500.730.42
HSL96.88º57.67%37.06%-
HSV(B)96.88º73.15%58.43%-
XYZ14.6123.445.76-
YUV116.5484.8103.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=30.26%
G=54.98%
B=14.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149400.4500.730.4296.8857.6737.06
Hex5295282D0492A613a25
Octal12222550550111521417245
Binary101001010010101101000101101010010011010101100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529528; }

 p { color: rgb(82,149,40); }

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

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

 a { background-color: rgb(82,149,40); }

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

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

 span { border-color: rgb(82,149,40); }

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