Html Css Color HEX #529916 Limeade

📋 copy color: '#529916'

red 82 ◦ green 153 ◦ blue 22

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

Shades of Limeade #529916

Tints of Limeade #529916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 59.53%

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

R = 31.91%
G = 59.53%
B = 8.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#529916 (or 0x529916) is known color: Limeade. HEX triplet: 52, 99 and 16. RGB value is (82,153,22). Sum of RGB (Red+Green+Blue) = 82+153+22=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #529916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529916 is #AD66E9. Grayscale: #757575. Windows color (decimal): -11364074 or 1481042. OLE color: 1481042.

HSL color Cylindrical-coordinate representation of color #529916: hue angle of 92.52º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #529916 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 22 -
CMYK 0.46 0 0.86 0.4
HSL 92.52º 0.75% 0.34% -
HSV(B) 92.52º 0.86% 0.6% -
XYZ 15.02 24.63 4.72 -
YUV 116.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 82 153 22 0.46 0 0.86 0.4 92.52 0.75 0.34
Hex 52 99 16 2E 0 56 28 5D 4B 22
Octal 122 231 26 56 0 126 50 135 113 42
Binary 1010010 10011001 10110 101110 0 1010110 101000 1011101 1001011 100010

Color Harmonies of #529916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529916

Black with #529916

Text Example


Text Example

White with #529916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529916; }

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

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

background-color css

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

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

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

border-color css

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

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

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