Html Css Color HEX #529810 Limeade

📋 copy color: '#529810'

red 82 ◦ green 152 ◦ blue 16

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

Shades of Limeade #529810

Tints of Limeade #529810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.8%

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

R = 32.8%
G = 60.8%
B = 6.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#529810 (or 0x529810) is known color: Limeade. HEX triplet: 52, 98 and 10. RGB value is (82,152,16). Sum of RGB (Red+Green+Blue) = 82+152+16=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #529810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529810 is #AD67EF. Grayscale: #747474. Windows color (decimal): -11364336 or 1087570. OLE color: 1087570.

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

Color convert

RGB 82 152 16 -
CMYK 0.46 0 0.89 0.40
HSL 90.88º 0.81% 0.33% -
HSV(B) 90.88º 0.89% 0.6% -
XYZ 14.8 24.29 4.4 -
YUV 115.57 71.81 104.06 -
System Red Green Blue C M Y K H S L
Decimal 82 152 16 0.46 0 0.89 0.40 90.88 0.81 0.33
Hex 52 98 10 2E 0 59 28 5B 51 21
Octal 122 230 20 56 0 131 50 133 121 41
Binary 1010010 10011000 10000 101110 0 1011001 101000 1011011 1010001 100001

Color Harmonies of #529810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529810

Black with #529810

Text Example


Text Example

White with #529810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529810; }

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

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

background-color css

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

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

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

border-color css

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

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

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