Html Css Color HEX #50A010 Limeade

📋 copy color: '#50A010'

red 80 ◦ green 160 ◦ blue 16

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

Shades of Limeade #50A010

Tints of Limeade #50A010

RGB

 RED value IS 80 (31.64% from 255) = 31.25%

 GREEN value IS 160 (62.89% from 255) = 62.5%

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

R = 31.25%
G = 62.5%
B = 6.25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#50A010 (or 0x50A010) is known color: Limeade. HEX triplet: 50, A0 and 10. RGB value is (80,160,16). Sum of RGB (Red+Green+Blue) = 80+160+16=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #50A010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A010 is #AF5FEF. Grayscale: #787878. Windows color (decimal): -11493360 or 1089616. OLE color: 1089616.

HSL color Cylindrical-coordinate representation of color #50A010: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50A010 is Cyan = 0.5, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 160 16 -
CMYK 0.5 0 0.9 0.37
HSL 93.33º 0.82% 0.35% -
HSV(B) 93.33º 0.9% 0.63% -
XYZ 15.97 26.88 4.84 -
YUV 119.66 69.5 99.71 -
System Red Green Blue C M Y K H S L
Decimal 80 160 16 0.5 0 0.9 0.37 93.33 0.82 0.35
Hex 50 A0 10 32 0 5A 25 5D 52 23
Octal 120 240 20 62 0 132 45 135 122 43
Binary 1010000 10100000 10000 110010 0 1011010 100101 1011101 1010010 100011

Color Harmonies of #50A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A010

Black with #50A010

Text Example


Text Example

White with #50A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A010; }

 p { color: rgb(80,160,16); }

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

background-color css

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

 a { background-color: rgb(80,160,16); }

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

border-color css

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

 span { border-color: rgb(80,160,16); }

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