#529823

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

Shades of Limeade #529823

Tints of Limeade #529823

Color information

#529823 (or 0x529823) is unknown color: approx Limeade. HEX triplet: 52, 98 and 23. RGB value is (82,152,35). Sum of RGB (Red+Green+Blue) = 82+152+35=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #529823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529823 is #AD67DC. Grayscale: #767676. Windows color (decimal): -11364317 or 2332754. OLE color: 2332754.

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

Color convert

RGB8215235-
CMYK0.4600.770.40
HSL95.9º62.57%36.67%-
HSV(B)95.9º76.97%59.61%-
XYZ15.0124.375.5-
YUV117.7381.31102.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=30.48%
G=56.51%
B=13.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152350.4600.770.4095.962.5736.67
Hex5298232E04D28603f25
Octal12223043560115501407745
Binary101001010011000100011101110010011011010001100000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529823; }

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

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

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

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

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

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

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

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