Html Css Color HEX #529420 Limeade

📋 copy color: '#529420'

red 82 ◦ green 148 ◦ blue 32

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

Shades of Limeade #529420

Tints of Limeade #529420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 31.3%
G = 56.49%
B = 12.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#529420 (or 0x529420) is known color: Limeade. HEX triplet: 52, 94 and 20. RGB value is (82,148,32). Sum of RGB (Red+Green+Blue) = 82+148+32=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #529420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529420 is #AD6BDF. Grayscale: #737373. Windows color (decimal): -11365344 or 2135122. OLE color: 2135122.

HSL color Cylindrical-coordinate representation of color #529420: hue angle of 94.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #529420 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 32 -
CMYK 0.45 0 0.78 0.42
HSL 94.14º 0.64% 0.35% -
HSV(B) 94.14º 0.78% 0.58% -
XYZ 14.33 23.08 5.07 -
YUV 115.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 82 148 32 0.45 0 0.78 0.42 94.14 0.64 0.35
Hex 52 94 20 2D 0 4E 2A 5E 40 23
Octal 122 224 40 55 0 116 52 136 100 43
Binary 1010010 10010100 100000 101101 0 1001110 101010 1011110 1000000 100011

Color Harmonies of #529420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529420

Black with #529420

Text Example


Text Example

White with #529420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529420; }

 p { color: rgb(82,148,32); }

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

background-color css

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

 a { background-color: rgb(82,148,32); }

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

border-color css

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

 span { border-color: rgb(82,148,32); }

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