Html Css Color HEX #50BF87 Emerald

📋 copy color: '#50BF87'

red 80 ◦ green 191 ◦ blue 135

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

Shades of Emerald #50BF87

Tints of Emerald #50BF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 19.7%
G = 47.04%
B = 33.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#50BF87 (or 0x50BF87) is known color: Emerald. HEX triplet: 50, BF and 87. RGB value is (80,191,135). Sum of RGB (Red+Green+Blue) = 80+191+135=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF87 is #AF4078. Grayscale: #979797. Windows color (decimal): -11485305 or 8896336. OLE color: 8896336.

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

Color convert

RGB 80 191 135 -
CMYK 0.58 0 0.29 0.25
HSL 149.73º 0.46% 0.53% -
HSV(B) 149.73º 0.58% 0.75% -
XYZ 26.31 40.72 29.39 -
YUV 151.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 80 191 135 0.58 0 0.29 0.25 149.73 0.46 0.53
Hex 50 BF 87 3A 0 1D 19 96 2E 35
Octal 120 277 207 72 0 35 31 226 56 65
Binary 1010000 10111111 10000111 111010 0 11101 11001 10010110 101110 110101

Color Harmonies of #50BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF87

Black with #50BF87

Text Example


Text Example

White with #50BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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