Html Css Color HEX #529621 Limeade

📋 copy color: '#529621'

red 82 ◦ green 150 ◦ blue 33

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

Shades of Limeade #529621

Tints of Limeade #529621

RGB

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

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

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

R = 30.94%
G = 56.6%
B = 12.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#529621 (or 0x529621) is known color: Limeade. HEX triplet: 52, 96 and 21. RGB value is (82,150,33). Sum of RGB (Red+Green+Blue) = 82+150+33=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #529621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529621 is #AD69DE. Grayscale: #747474. Windows color (decimal): -11364831 or 2201170. OLE color: 2201170.

HSL color Cylindrical-coordinate representation of color #529621: hue angle of 94.87º 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 #529621 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 33 -
CMYK 0.45 0 0.78 0.41
HSL 94.87º 0.64% 0.36% -
HSV(B) 94.87º 0.78% 0.59% -
XYZ 14.66 23.72 5.24 -
YUV 116.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 82 150 33 0.45 0 0.78 0.41 94.87 0.64 0.36
Hex 52 96 21 2D 0 4E 29 5F 40 24
Octal 122 226 41 55 0 116 51 137 100 44
Binary 1010010 10010110 100001 101101 0 1001110 101001 1011111 1000000 100100

Color Harmonies of #529621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529621

Black with #529621

Text Example


Text Example

White with #529621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529621; }

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

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

background-color css

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

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

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

border-color css

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

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

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