Html Css Color HEX #50C87E Emerald

📋 copy color: '#50C87E'

red 80 ◦ green 200 ◦ blue 126

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

Shades of Emerald #50C87E

Tints of Emerald #50C87E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

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

R = 19.7%
G = 49.26%
B = 31.03%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#50C87E (or 0x50C87E) is known color: Emerald. HEX triplet: 50, C8 and 7E. RGB value is (80,200,126). Sum of RGB (Red+Green+Blue) = 80+200+126=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #50C87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C87E is #AF3781. Grayscale: #9B9B9B. Windows color (decimal): -11483010 or 8308816. OLE color: 8308816.

HSL color Cylindrical-coordinate representation of color #50C87E: hue angle of 143º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C87E is Cyan = 0.6, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 126 -
CMYK 0.6 0 0.37 0.22
HSL 143º 0.52% 0.55% -
HSV(B) 143º 0.6% 0.78% -
XYZ 27.73 44.52 26.87 -
YUV 155.68 111.24 74.02 -
System Red Green Blue C M Y K H S L
Decimal 80 200 126 0.6 0 0.37 0.22 143 0.52 0.55
Hex 50 C8 7E 3C 0 25 16 8F 34 37
Octal 120 310 176 74 0 45 26 217 64 67
Binary 1010000 11001000 1111110 111100 0 100101 10110 10001111 110100 110111

Color Harmonies of #50C87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C87E

Black with #50C87E

Text Example


Text Example

White with #50C87E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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