Html Css Color HEX #50E871 Emerald

📋 copy color: '#50E871'

red 80 ◦ green 232 ◦ blue 113

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

Shades of Emerald #50E871

Tints of Emerald #50E871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 18.82%
G = 54.59%
B = 26.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#50E871 (or 0x50E871) is known color: Emerald. HEX triplet: 50, E8 and 71. RGB value is (80,232,113). Sum of RGB (Red+Green+Blue) = 80+232+113=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 232 (91.02% from 255 or 54.59% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 232 - color contains mainly: green. Hex color #50E871 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E871 is #AF178E. Grayscale: #ADADAD. Windows color (decimal): -11474831 or 7465040. OLE color: 7465040.

HSL color Cylindrical-coordinate representation of color #50E871: hue angle of 133.03º 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 #50E871 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 113 -
CMYK 0.66 0 0.51 0.09
HSL 133.03º 0.77% 0.61% -
HSV(B) 133.03º 0.66% 0.91% -
XYZ 35.15 60.61 25.47 -
YUV 172.99 94.14 61.68 -
System Red Green Blue C M Y K H S L
Decimal 80 232 113 0.66 0 0.51 0.09 133.03 0.77 0.61
Hex 50 E8 71 42 0 33 9 85 4D 3D
Octal 120 350 161 102 0 63 11 205 115 75
Binary 1010000 11101000 1110001 1000010 0 110011 1001 10000101 1001101 111101

Color Harmonies of #50E871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E871

Black with #50E871

Text Example


Text Example

White with #50E871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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