Html Css Color HEX #50D87E Emerald

📋 copy color: '#50D87E'

red 80 ◦ green 216 ◦ blue 126

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

Shades of Emerald #50D87E

Tints of Emerald #50D87E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.18%

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

R = 18.96%
G = 51.18%
B = 29.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#50D87E (or 0x50D87E) is known color: Emerald. HEX triplet: 50, D8 and 7E. RGB value is (80,216,126). Sum of RGB (Red+Green+Blue) = 80+216+126=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #50D87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D87E is #AF2781. Grayscale: #A5A5A5. Windows color (decimal): -11478914 or 8312912. OLE color: 8312912.

HSL color Cylindrical-coordinate representation of color #50D87E: hue angle of 140.29º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D87E is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 126 -
CMYK 0.63 0 0.42 0.15
HSL 140.29º 0.64% 0.58% -
HSV(B) 140.29º 0.63% 0.85% -
XYZ 31.63 52.32 28.17 -
YUV 165.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 80 216 126 0.63 0 0.42 0.15 140.29 0.64 0.58
Hex 50 D8 7E 3F 0 2A F 8C 40 3A
Octal 120 330 176 77 0 52 17 214 100 72
Binary 1010000 11011000 1111110 111111 0 101010 1111 10001100 1000000 111010

Color Harmonies of #50D87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D87E

Black with #50D87E

Text Example


Text Example

White with #50D87E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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