Html Css Color HEX #50E992 Emerald

📋 copy color: '#50E992'

red 80 ◦ green 233 ◦ blue 146

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

Shades of Emerald #50E992

Tints of Emerald #50E992

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.76%

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 17.43%
G = 50.76%
B = 31.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#50E992 (or 0x50E992) is known color: Emerald. HEX triplet: 50, E9 and 92. RGB value is (80,233,146). Sum of RGB (Red+Green+Blue) = 80+233+146=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #50E992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E992 is #AF166D. Grayscale: #B1B1B1. Windows color (decimal): -11474542 or 9627984. OLE color: 9627984.

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

Color convert

RGB 80 233 146 -
CMYK 0.66 0 0.37 0.09
HSL 145.88º 0.78% 0.61% -
HSV(B) 145.88º 0.66% 0.91% -
XYZ 37.64 62.06 37.19 -
YUV 177.34 110.31 58.57 -
System Red Green Blue C M Y K H S L
Decimal 80 233 146 0.66 0 0.37 0.09 145.88 0.78 0.61
Hex 50 E9 92 42 0 25 9 92 4E 3D
Octal 120 351 222 102 0 45 11 222 116 75
Binary 1010000 11101001 10010010 1000010 0 100101 1001 10010010 1001110 111101

Color Harmonies of #50E992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E992

Black with #50E992

Text Example


Text Example

White with #50E992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,233,146); }

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

background-color css

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

 a { background-color: rgb(80,233,146); }

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

border-color css

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

 span { border-color: rgb(80,233,146); }

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