Html Css Color HEX #50BF7E Emerald

📋 copy color: '#50BF7E'

red 80 ◦ green 191 ◦ blue 126

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

Shades of Emerald #50BF7E

Tints of Emerald #50BF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 20.15%
G = 48.11%
B = 31.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#50BF7E (or 0x50BF7E) is known color: Emerald. HEX triplet: 50, BF and 7E. RGB value is (80,191,126). Sum of RGB (Red+Green+Blue) = 80+191+126=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF7E is #AF4081. Grayscale: #969696. Windows color (decimal): -11485314 or 8306512. OLE color: 8306512.

HSL color Cylindrical-coordinate representation of color #50BF7E: hue angle of 144.86º 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 #50BF7E is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 126 -
CMYK 0.58 0 0.34 0.25
HSL 144.86º 0.46% 0.53% -
HSV(B) 144.86º 0.58% 0.75% -
XYZ 25.7 40.47 26.2 -
YUV 150.4 114.23 77.79 -
System Red Green Blue C M Y K H S L
Decimal 80 191 126 0.58 0 0.34 0.25 144.86 0.46 0.53
Hex 50 BF 7E 3A 0 22 19 91 2E 35
Octal 120 277 176 72 0 42 31 221 56 65
Binary 1010000 10111111 1111110 111010 0 100010 11001 10010001 101110 110101

Color Harmonies of #50BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF7E

Black with #50BF7E

Text Example


Text Example

White with #50BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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