Html Css Color HEX #529C21 Limeade

📋 copy color: '#529C21'

red 82 ◦ green 156 ◦ blue 33

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

Shades of Limeade #529C21

Tints of Limeade #529C21

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.56%

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

R = 30.26%
G = 57.56%
B = 12.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#529C21 (or 0x529C21) is known color: Limeade. HEX triplet: 52, 9C and 21. RGB value is (82,156,33). Sum of RGB (Red+Green+Blue) = 82+156+33=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #529C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C21 is #AD63DE. Grayscale: #787878. Windows color (decimal): -11363295 or 2202706. OLE color: 2202706.

HSL color Cylindrical-coordinate representation of color #529C21: hue angle of 96.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #529C21 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 33 -
CMYK 0.47 0 0.79 0.39
HSL 96.1º 0.65% 0.37% -
HSV(B) 96.1º 0.79% 0.61% -
XYZ 15.64 25.68 5.57 -
YUV 119.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 82 156 33 0.47 0 0.79 0.39 96.1 0.65 0.37
Hex 52 9C 21 2F 0 4F 27 60 41 25
Octal 122 234 41 57 0 117 47 140 101 45
Binary 1010010 10011100 100001 101111 0 1001111 100111 1100000 1000001 100101

Color Harmonies of #529C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C21

Black with #529C21

Text Example


Text Example

White with #529C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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