Html Css Color HEX #529521 Limeade

📋 copy color: '#529521'

red 82 ◦ green 149 ◦ blue 33

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

Shades of Limeade #529521

Tints of Limeade #529521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.44%

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 31.06%
G = 56.44%
B = 12.5%

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

#529521 (or 0x529521) is known color: Limeade. HEX triplet: 52, 95 and 21. RGB value is (82,149,33). Sum of RGB (Red+Green+Blue) = 82+149+33=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #529521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529521 is #AD6ADE. Grayscale: #747474. Windows color (decimal): -11365087 or 2200914. OLE color: 2200914.

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

Color convert

RGB 82 149 33 -
CMYK 0.45 0 0.78 0.42
HSL 94.66º 0.64% 0.36% -
HSV(B) 94.66º 0.78% 0.58% -
XYZ 14.5 23.4 5.19 -
YUV 115.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 82 149 33 0.45 0 0.78 0.42 94.66 0.64 0.36
Hex 52 95 21 2D 0 4E 2A 5F 40 24
Octal 122 225 41 55 0 116 52 137 100 44
Binary 1010010 10010101 100001 101101 0 1001110 101010 1011111 1000000 100100

Color Harmonies of #529521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529521

Black with #529521

Text Example


Text Example

White with #529521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529521; }

 p { color: rgb(82,149,33); }

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

background-color css

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

 a { background-color: rgb(82,149,33); }

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

border-color css

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

 span { border-color: rgb(82,149,33); }

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