Html Css Color HEX #529710 Limeade

📋 copy color: '#529710'

red 82 ◦ green 151 ◦ blue 16

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

Shades of Limeade #529710

Tints of Limeade #529710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 60.64%

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

R = 32.93%
G = 60.64%
B = 6.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#529710 (or 0x529710) is known color: Limeade. HEX triplet: 52, 97 and 10. RGB value is (82,151,16). Sum of RGB (Red+Green+Blue) = 82+151+16=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #529710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529710 is #AD68EF. Grayscale: #737373. Windows color (decimal): -11364592 or 1087314. OLE color: 1087314.

HSL color Cylindrical-coordinate representation of color #529710: hue angle of 90.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #529710 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 16 -
CMYK 0.46 0 0.89 0.41
HSL 90.67º 0.81% 0.33% -
HSV(B) 90.67º 0.89% 0.59% -
XYZ 14.64 23.96 4.34 -
YUV 114.98 72.14 104.48 -
System Red Green Blue C M Y K H S L
Decimal 82 151 16 0.46 0 0.89 0.41 90.67 0.81 0.33
Hex 52 97 10 2E 0 59 29 5B 51 21
Octal 122 227 20 56 0 131 51 133 121 41
Binary 1010010 10010111 10000 101110 0 1011001 101001 1011011 1010001 100001

Color Harmonies of #529710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529710

Black with #529710

Text Example


Text Example

White with #529710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529710; }

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

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

background-color css

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

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

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

border-color css

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

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

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