Html Css Color HEX #529116 Limeade

📋 copy color: '#529116'

red 82 ◦ green 145 ◦ blue 22

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

Shades of Limeade #529116

Tints of Limeade #529116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.23%

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

R = 32.93%
G = 58.23%
B = 8.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#529116 (or 0x529116) is known color: Limeade. HEX triplet: 52, 91 and 16. RGB value is (82,145,22). Sum of RGB (Red+Green+Blue) = 82+145+22=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #529116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529116 is #AD6EE9. Grayscale: #707070. Windows color (decimal): -11366122 or 1478994. OLE color: 1478994.

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

Color convert

RGB 82 145 22 -
CMYK 0.43 0 0.85 0.43
HSL 90.73º 0.74% 0.33% -
HSV(B) 90.73º 0.85% 0.57% -
XYZ 13.75 22.1 4.3 -
YUV 112.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 82 145 22 0.43 0 0.85 0.43 90.73 0.74 0.33
Hex 52 91 16 2B 0 55 2B 5B 4A 21
Octal 122 221 26 53 0 125 53 133 112 41
Binary 1010010 10010001 10110 101011 0 1010101 101011 1011011 1001010 100001

Color Harmonies of #529116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529116

Black with #529116

Text Example


Text Example

White with #529116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529116; }

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

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

background-color css

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

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

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

border-color css

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

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

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