Html Css Color HEX #529511 Limeade

📋 copy color: '#529511'

red 82 ◦ green 149 ◦ blue 17

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

Shades of Limeade #529511

Tints of Limeade #529511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.08%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 33.06%
G = 60.08%
B = 6.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#529511 (or 0x529511) is known color: Limeade. HEX triplet: 52, 95 and 11. RGB value is (82,149,17). Sum of RGB (Red+Green+Blue) = 82+149+17=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #529511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529511 is #AD6AEE. Grayscale: #727272. Windows color (decimal): -11365103 or 1152338. OLE color: 1152338.

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

Color convert

RGB 82 149 17 -
CMYK 0.45 0 0.89 0.42
HSL 90.45º 0.8% 0.33% -
HSV(B) 90.45º 0.89% 0.58% -
XYZ 14.33 23.33 4.28 -
YUV 113.92 73.3 105.23 -
System Red Green Blue C M Y K H S L
Decimal 82 149 17 0.45 0 0.89 0.42 90.45 0.8 0.33
Hex 52 95 11 2D 0 59 2A 5A 50 21
Octal 122 225 21 55 0 131 52 132 120 41
Binary 1010010 10010101 10001 101101 0 1011001 101010 1011010 1010000 100001

Color Harmonies of #529511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529511

Black with #529511

Text Example


Text Example

White with #529511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529511; }

 p { color: rgb(82,149,17); }

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

background-color css

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

 a { background-color: rgb(82,149,17); }

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

border-color css

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

 span { border-color: rgb(82,149,17); }

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