Html Css Color HEX #529D16 Limeade

📋 copy color: '#529D16'

red 82 ◦ green 157 ◦ blue 22

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

Shades of Limeade #529D16

Tints of Limeade #529D16

RGB

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

 GREEN value IS 157 (61.72% from 255) = 60.15%

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 31.42%
G = 60.15%
B = 8.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#529D16 (or 0x529D16) is known color: Limeade. HEX triplet: 52, 9D and 16. RGB value is (82,157,22). Sum of RGB (Red+Green+Blue) = 82+157+22=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #529D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D16 is #AD62E9. Grayscale: #777777. Windows color (decimal): -11363050 or 1482066. OLE color: 1482066.

HSL color Cylindrical-coordinate representation of color #529D16: hue angle of 93.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #529D16 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 22 -
CMYK 0.48 0 0.86 0.38
HSL 93.33º 0.75% 0.35% -
HSV(B) 93.33º 0.86% 0.62% -
XYZ 15.68 25.97 4.94 -
YUV 119.19 73.15 101.48 -
System Red Green Blue C M Y K H S L
Decimal 82 157 22 0.48 0 0.86 0.38 93.33 0.75 0.35
Hex 52 9D 16 30 0 56 26 5D 4B 23
Octal 122 235 26 60 0 126 46 135 113 43
Binary 1010010 10011101 10110 110000 0 1010110 100110 1011101 1001011 100011

Color Harmonies of #529D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D16

Black with #529D16

Text Example


Text Example

White with #529D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,22); }

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

background-color css

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

 a { background-color: rgb(82,157,22); }

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

border-color css

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

 span { border-color: rgb(82,157,22); }

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