Html Css Color HEX #50A011 Limeade

📋 copy color: '#50A011'

red 80 ◦ green 160 ◦ blue 17

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

Shades of Limeade #50A011

Tints of Limeade #50A011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 31.13%
G = 62.26%
B = 6.61%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#50A011 (or 0x50A011) is known color: Limeade. HEX triplet: 50, A0 and 11. RGB value is (80,160,17). Sum of RGB (Red+Green+Blue) = 80+160+17=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #50A011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A011 is #AF5FEE. Grayscale: #787878. Windows color (decimal): -11493359 or 1155152. OLE color: 1155152.

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

Color convert

RGB 80 160 17 -
CMYK 0.5 0 0.89 0.37
HSL 93.57º 0.81% 0.35% -
HSV(B) 93.57º 0.89% 0.63% -
XYZ 15.98 26.89 4.88 -
YUV 119.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 80 160 17 0.5 0 0.89 0.37 93.57 0.81 0.35
Hex 50 A0 11 32 0 59 25 5E 51 23
Octal 120 240 21 62 0 131 45 136 121 43
Binary 1010000 10100000 10001 110010 0 1011001 100101 1011110 1010001 100011

Color Harmonies of #50A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A011

Black with #50A011

Text Example


Text Example

White with #50A011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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