Html Css Color HEX #529721 Limeade

📋 copy color: '#529721'

red 82 ◦ green 151 ◦ blue 33

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

Shades of Limeade #529721

Tints of Limeade #529721

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.77%

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

R = 30.83%
G = 56.77%
B = 12.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#529721 (or 0x529721) is known color: Limeade. HEX triplet: 52, 97 and 21. RGB value is (82,151,33). Sum of RGB (Red+Green+Blue) = 82+151+33=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #529721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529721 is #AD68DE. Grayscale: #757575. Windows color (decimal): -11364575 or 2201426. OLE color: 2201426.

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

Color convert

RGB 82 151 33 -
CMYK 0.46 0 0.78 0.41
HSL 95.08º 0.64% 0.36% -
HSV(B) 95.08º 0.78% 0.59% -
XYZ 14.82 24.04 5.3 -
YUV 116.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 82 151 33 0.46 0 0.78 0.41 95.08 0.64 0.36
Hex 52 97 21 2E 0 4E 29 5F 40 24
Octal 122 227 41 56 0 116 51 137 100 44
Binary 1010010 10010111 100001 101110 0 1001110 101001 1011111 1000000 100100

Color Harmonies of #529721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529721

Black with #529721

Text Example


Text Example

White with #529721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529721; }

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

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

background-color css

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

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

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

border-color css

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

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

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