Html Css Color HEX #529510 Limeade

📋 copy color: '#529510'

red 82 ◦ green 149 ◦ blue 16

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

Shades of Limeade #529510

Tints of Limeade #529510

RGB

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

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

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

R = 33.2%
G = 60.32%
B = 6.48%

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

#529510 (or 0x529510) is known color: Limeade. HEX triplet: 52, 95 and 10. RGB value is (82,149,16). Sum of RGB (Red+Green+Blue) = 82+149+16=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #529510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529510 is #AD6AEF. Grayscale: #727272. Windows color (decimal): -11365104 or 1086802. OLE color: 1086802.

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

Color convert

RGB 82 149 16 -
CMYK 0.45 0 0.89 0.42
HSL 90.23º 0.81% 0.32% -
HSV(B) 90.23º 0.89% 0.58% -
XYZ 14.32 23.33 4.24 -
YUV 113.81 72.8 105.31 -
System Red Green Blue C M Y K H S L
Decimal 82 149 16 0.45 0 0.89 0.42 90.23 0.81 0.32
Hex 52 95 10 2D 0 59 2A 5A 51 20
Octal 122 225 20 55 0 131 52 132 121 40
Binary 1010010 10010101 10000 101101 0 1011001 101010 1011010 1010001 100000

Color Harmonies of #529510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529510

Black with #529510

Text Example


Text Example

White with #529510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529510; }

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

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

background-color css

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

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

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

border-color css

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

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

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