Html Css Color HEX #50E881 Emerald

📋 copy color: '#50E881'

red 80 ◦ green 232 ◦ blue 129

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

Shades of Emerald #50E881

Tints of Emerald #50E881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 18.14%
G = 52.61%
B = 29.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#50E881 (or 0x50E881) is known color: Emerald. HEX triplet: 50, E8 and 81. RGB value is (80,232,129). Sum of RGB (Red+Green+Blue) = 80+232+129=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #50E881 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E881 is #AF177E. Grayscale: #AFAFAF. Windows color (decimal): -11474815 or 8513616. OLE color: 8513616.

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

Color convert

RGB 80 232 129 -
CMYK 0.66 0 0.44 0.09
HSL 139.34º 0.77% 0.61% -
HSV(B) 139.34º 0.66% 0.91% -
XYZ 36.13 61 30.64 -
YUV 174.81 102.14 60.38 -
System Red Green Blue C M Y K H S L
Decimal 80 232 129 0.66 0 0.44 0.09 139.34 0.77 0.61
Hex 50 E8 81 42 0 2C 9 8B 4D 3D
Octal 120 350 201 102 0 54 11 213 115 75
Binary 1010000 11101000 10000001 1000010 0 101100 1001 10001011 1001101 111101

Color Harmonies of #50E881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E881

Black with #50E881

Text Example


Text Example

White with #50E881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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