Html Css Color HEX #529416 Limeade

📋 copy color: '#529416'

red 82 ◦ green 148 ◦ blue 22

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

Shades of Limeade #529416

Tints of Limeade #529416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.73%

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

R = 32.54%
G = 58.73%
B = 8.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#529416 (or 0x529416) is known color: Limeade. HEX triplet: 52, 94 and 16. RGB value is (82,148,22). Sum of RGB (Red+Green+Blue) = 82+148+22=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #529416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529416 is #AD6BE9. Grayscale: #727272. Windows color (decimal): -11365354 or 1479762. OLE color: 1479762.

HSL color Cylindrical-coordinate representation of color #529416: hue angle of 91.43º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #529416 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 22 -
CMYK 0.45 0 0.85 0.42
HSL 91.43º 0.74% 0.33% -
HSV(B) 91.43º 0.85% 0.58% -
XYZ 14.21 23.03 4.46 -
YUV 113.9 76.13 105.25 -
System Red Green Blue C M Y K H S L
Decimal 82 148 22 0.45 0 0.85 0.42 91.43 0.74 0.33
Hex 52 94 16 2D 0 55 2A 5B 4A 21
Octal 122 224 26 55 0 125 52 133 112 41
Binary 1010010 10010100 10110 101101 0 1010101 101010 1011011 1001010 100001

Color Harmonies of #529416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529416

Black with #529416

Text Example


Text Example

White with #529416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529416; }

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

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

background-color css

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

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

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

border-color css

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

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

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