Html Css Color HEX #529112 Limeade

📋 copy color: '#529112'

red 82 ◦ green 145 ◦ blue 18

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

Shades of Limeade #529112

Tints of Limeade #529112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 33.47%
G = 59.18%
B = 7.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#529112 (or 0x529112) is known color: Limeade. HEX triplet: 52, 91 and 12. RGB value is (82,145,18). Sum of RGB (Red+Green+Blue) = 82+145+18=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #529112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529112 is #AD6EED. Grayscale: #707070. Windows color (decimal): -11366126 or 1216850. OLE color: 1216850.

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

Color convert

RGB 82 145 18 -
CMYK 0.43 0 0.88 0.43
HSL 89.76º 0.78% 0.32% -
HSV(B) 89.76º 0.88% 0.57% -
XYZ 13.71 22.09 4.11 -
YUV 111.69 75.13 106.83 -
System Red Green Blue C M Y K H S L
Decimal 82 145 18 0.43 0 0.88 0.43 89.76 0.78 0.32
Hex 52 91 12 2B 0 58 2B 5A 4E 20
Octal 122 221 22 53 0 130 53 132 116 40
Binary 1010010 10010001 10010 101011 0 1011000 101011 1011010 1001110 100000

Color Harmonies of #529112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529112

Black with #529112

Text Example


Text Example

White with #529112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529112; }

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

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

background-color css

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

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

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

border-color css

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

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

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