#529B29

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

Shades of Limeade #529B29

Tints of Limeade #529B29

Color information

#529B29 (or 0x529B29) is unknown color: approx Limeade. HEX triplet: 52, 9B and 29. RGB value is (82,155,41). Sum of RGB (Red+Green+Blue) = 82+155+41=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #529B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B29 is #AD64D6. Grayscale: #787878. Windows color (decimal): -11363543 or 2726738. OLE color: 2726738.

HSL color Cylindrical-coordinate representation of color #529B29: hue angle of 98.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #529B29 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB8215541-
CMYK0.4700.740.39
HSL98.42º58.16%38.43%-
HSV(B)98.42º73.55%60.78%-
XYZ15.625.46.18-
YUV120.1883.32100.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=29.50%
G=55.76%
B=14.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155410.4700.740.3998.4258.1638.43
Hex529B292F04A27623a26
Octal12223351570112471427246
Binary101001010011011101001101111010010101001111100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529B29; }

 p { color: rgb(82,155,41); }

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

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

 a { background-color: rgb(82,155,41); }

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

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

 span { border-color: rgb(82,155,41); }

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