Html Css Color HEX #50E870 Emerald

📋 copy color: '#50E870'

red 80 ◦ green 232 ◦ blue 112

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

Shades of Emerald #50E870

Tints of Emerald #50E870

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.72%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 18.87%
G = 54.72%
B = 26.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#50E870 (or 0x50E870) is known color: Emerald. HEX triplet: 50, E8 and 70. RGB value is (80,232,112). Sum of RGB (Red+Green+Blue) = 80+232+112=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #50E870 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E870 is #AF178F. Grayscale: #ADADAD. Windows color (decimal): -11474832 or 7399504. OLE color: 7399504.

HSL color Cylindrical-coordinate representation of color #50E870: hue angle of 132.63º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E870 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 112 -
CMYK 0.66 0 0.52 0.09
HSL 132.63º 0.77% 0.61% -
HSV(B) 132.63º 0.66% 0.91% -
XYZ 35.09 60.59 25.17 -
YUV 172.87 93.64 61.76 -
System Red Green Blue C M Y K H S L
Decimal 80 232 112 0.66 0 0.52 0.09 132.63 0.77 0.61
Hex 50 E8 70 42 0 34 9 85 4D 3D
Octal 120 350 160 102 0 64 11 205 115 75
Binary 1010000 11101000 1110000 1000010 0 110100 1001 10000101 1001101 111101

Color Harmonies of #50E870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E870

Black with #50E870

Text Example


Text Example

White with #50E870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,112); }

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

background-color css

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

 a { background-color: rgb(80,232,112); }

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

border-color css

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

 span { border-color: rgb(80,232,112); }

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