Html Css Color HEX #50A731 Limeade

📋 copy color: '#50A731'

red 80 ◦ green 167 ◦ blue 49

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

Shades of Limeade #50A731

Tints of Limeade #50A731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.42%

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 27.03%
G = 56.42%
B = 16.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#50A731 (or 0x50A731) is known color: Limeade. HEX triplet: 50, A7 and 31. RGB value is (80,167,49). Sum of RGB (Red+Green+Blue) = 80+167+49=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #50A731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A731 is #AF58CE. Grayscale: #7F7F7F. Windows color (decimal): -11491535 or 3254096. OLE color: 3254096.

HSL color Cylindrical-coordinate representation of color #50A731: hue angle of 104.24º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50A731 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 49 -
CMYK 0.52 0 0.71 0.35
HSL 104.24º 0.55% 0.42% -
HSV(B) 104.24º 0.71% 0.65% -
XYZ 17.68 29.56 7.68 -
YUV 127.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 80 167 49 0.52 0 0.71 0.35 104.24 0.55 0.42
Hex 50 A7 31 34 0 47 23 68 37 2A
Octal 120 247 61 64 0 107 43 150 67 52
Binary 1010000 10100111 110001 110100 0 1000111 100011 1101000 110111 101010

Color Harmonies of #50A731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A731

Black with #50A731

Text Example


Text Example

White with #50A731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,49); }

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

background-color css

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

 a { background-color: rgb(80,167,49); }

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

border-color css

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

 span { border-color: rgb(80,167,49); }

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