#529826

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

Shades of Limeade #529826

Tints of Limeade #529826

Color information

#529826 (or 0x529826) is unknown color: approx Limeade. HEX triplet: 52, 98 and 26. RGB value is (82,152,38). Sum of RGB (Red+Green+Blue) = 82+152+38=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #529826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529826 is #AD67D9. Grayscale: #767676. Windows color (decimal): -11364314 or 2529362. OLE color: 2529362.

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

Color convert

RGB8215238-
CMYK0.4600.750.40
HSL96.84º60%37.25%-
HSV(B)96.84º75%59.61%-
XYZ15.0624.395.75-
YUV118.0782.81102.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=30.15%
G=55.88%
B=13.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152380.4600.750.4096.846037.25
Hex5298262E04B28613c25
Octal12223046560113501417445
Binary101001010011000100110101110010010111010001100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529826; }

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

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

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

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

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

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

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

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