Html Css Color HEX #529629 Limeade

📋 copy color: '#529629'

red 82 ◦ green 150 ◦ blue 41

#529629
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #529629

Tints of Limeade #529629

RGB

 RED value IS 82 (32.42% from 255) = 30.04%

 GREEN value IS 150 (58.98% from 255) = 54.95%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 30.04%
G = 54.95%
B = 15.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#529629 (or 0x529629) is known color: Limeade. HEX triplet: 52, 96 and 29. RGB value is (82,150,41). Sum of RGB (Red+Green+Blue) = 82+150+41=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #529629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529629 is #AD69D6. Grayscale: #757575. Windows color (decimal): -11364823 or 2725458. OLE color: 2725458.

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

Color convert

RGB 82 150 41 -
CMYK 0.45 0 0.73 0.41
HSL 97.43º 0.57% 0.37% -
HSV(B) 97.43º 0.73% 0.59% -
XYZ 14.79 23.77 5.91 -
YUV 117.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 82 150 41 0.45 0 0.73 0.41 97.43 0.57 0.37
Hex 52 96 29 2D 0 49 29 61 39 25
Octal 122 226 51 55 0 111 51 141 71 45
Binary 1010010 10010110 101001 101101 0 1001001 101001 1100001 111001 100101

Color Harmonies of #529629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529629

Black with #529629

Text Example


Text Example

White with #529629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529629; }

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

 H1.HeaderClassName
 {
   color: #529629;
 }
 .AnyTagClassName
 {
   color: #529629;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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