Html Css Color HEX #529310 Limeade

📋 copy color: '#529310'

red 82 ◦ green 147 ◦ blue 16

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

Shades of Limeade #529310

Tints of Limeade #529310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 60%

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

R = 33.47%
G = 60%
B = 6.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#529310 (or 0x529310) is known color: Limeade. HEX triplet: 52, 93 and 10. RGB value is (82,147,16). Sum of RGB (Red+Green+Blue) = 82+147+16=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #529310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529310 is #AD6CEF. Grayscale: #717171. Windows color (decimal): -11365616 or 1086290. OLE color: 1086290.

HSL color Cylindrical-coordinate representation of color #529310: hue angle of 89.77º degrees, saturation: 0.8, 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 #529310 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 16 -
CMYK 0.44 0 0.89 0.42
HSL 89.77º 0.8% 0.32% -
HSV(B) 89.77º 0.89% 0.58% -
XYZ 14.01 22.7 4.13 -
YUV 112.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 82 147 16 0.44 0 0.89 0.42 89.77 0.8 0.32
Hex 52 93 10 2C 0 59 2A 5A 50 20
Octal 122 223 20 54 0 131 52 132 120 40
Binary 1010010 10010011 10000 101100 0 1011001 101010 1011010 1010000 100000

Color Harmonies of #529310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529310

Black with #529310

Text Example


Text Example

White with #529310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529310; }

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

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

background-color css

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

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

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

border-color css

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

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

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