Html Css Color HEX #529931 Limeade

📋 copy color: '#529931'

red 82 ◦ green 153 ◦ blue 49

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

Shades of Limeade #529931

Tints of Limeade #529931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.87%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 28.87%
G = 53.87%
B = 17.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#529931 (or 0x529931) is known color: Limeade. HEX triplet: 52, 99 and 31. RGB value is (82,153,49). Sum of RGB (Red+Green+Blue) = 82+153+49=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #529931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529931 is #AD66CE. Grayscale: #787878. Windows color (decimal): -11364047 or 3250514. OLE color: 3250514.

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

Color convert

RGB 82 153 49 -
CMYK 0.46 0 0.68 0.4
HSL 100.96º 0.51% 0.4% -
HSV(B) 100.96º 0.68% 0.6% -
XYZ 15.43 24.8 6.88 -
YUV 119.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 82 153 49 0.46 0 0.68 0.4 100.96 0.51 0.4
Hex 52 99 31 2E 0 44 28 65 33 28
Octal 122 231 61 56 0 104 50 145 63 50
Binary 1010010 10011001 110001 101110 0 1000100 101000 1100101 110011 101000

Color Harmonies of #529931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529931

Black with #529931

Text Example


Text Example

White with #529931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529931; }

 p { color: rgb(82,153,49); }

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

background-color css

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

 a { background-color: rgb(82,153,49); }

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

border-color css

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

 span { border-color: rgb(82,153,49); }

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