Html Css Color HEX #50BF71 Emerald

📋 copy color: '#50BF71'

red 80 ◦ green 191 ◦ blue 113

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

Shades of Emerald #50BF71

Tints of Emerald #50BF71

RGB

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

 GREEN value IS 191 (75% from 255) = 49.74%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 20.83%
G = 49.74%
B = 29.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#50BF71 (or 0x50BF71) is known color: Emerald. HEX triplet: 50, BF and 71. RGB value is (80,191,113). Sum of RGB (Red+Green+Blue) = 80+191+113=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF71 is #AF408E. Grayscale: #959595. Windows color (decimal): -11485327 or 7454544. OLE color: 7454544.

HSL color Cylindrical-coordinate representation of color #50BF71: hue angle of 137.84º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF71 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 113 -
CMYK 0.58 0 0.41 0.25
HSL 137.84º 0.46% 0.53% -
HSV(B) 137.84º 0.58% 0.75% -
XYZ 24.92 40.16 22.06 -
YUV 148.92 107.73 78.84 -
System Red Green Blue C M Y K H S L
Decimal 80 191 113 0.58 0 0.41 0.25 137.84 0.46 0.53
Hex 50 BF 71 3A 0 29 19 8A 2E 35
Octal 120 277 161 72 0 51 31 212 56 65
Binary 1010000 10111111 1110001 111010 0 101001 11001 10001010 101110 110101

Color Harmonies of #50BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF71

Black with #50BF71

Text Example


Text Example

White with #50BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,113); }

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

background-color css

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

 a { background-color: rgb(80,191,113); }

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

border-color css

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

 span { border-color: rgb(80,191,113); }

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