Html Css Color HEX #529110 Limeade

📋 copy color: '#529110'

red 82 ◦ green 145 ◦ blue 16

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

Shades of Limeade #529110

Tints of Limeade #529110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 33.74%
G = 59.67%
B = 6.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#529110 (or 0x529110) is known color: Limeade. HEX triplet: 52, 91 and 10. RGB value is (82,145,16). Sum of RGB (Red+Green+Blue) = 82+145+16=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #529110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529110 is #AD6EEF. Grayscale: #6F6F6F. Windows color (decimal): -11366128 or 1085778. OLE color: 1085778.

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

Color convert

RGB 82 145 16 -
CMYK 0.43 0 0.89 0.43
HSL 89.3º 0.8% 0.32% -
HSV(B) 89.3º 0.89% 0.57% -
XYZ 13.7 22.08 4.03 -
YUV 111.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 82 145 16 0.43 0 0.89 0.43 89.3 0.8 0.32
Hex 52 91 10 2B 0 59 2B 59 50 20
Octal 122 221 20 53 0 131 53 131 120 40
Binary 1010010 10010001 10000 101011 0 1011001 101011 1011001 1010000 100000

Color Harmonies of #529110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529110

Black with #529110

Text Example


Text Example

White with #529110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529110; }

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

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

background-color css

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

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

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

border-color css

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

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

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