Html Css Color HEX #50ED92 Emerald

📋 copy color: '#50ED92'

red 80 ◦ green 237 ◦ blue 146

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

Shades of Emerald #50ED92

Tints of Emerald #50ED92

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

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

R = 17.28%
G = 51.19%
B = 31.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#50ED92 (or 0x50ED92) is known color: Emerald. HEX triplet: 50, ED and 92. RGB value is (80,237,146). Sum of RGB (Red+Green+Blue) = 80+237+146=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ED92 is #AF126D. Grayscale: #B3B3B3. Windows color (decimal): -11473518 or 9629008. OLE color: 9629008.

HSL color Cylindrical-coordinate representation of color #50ED92: hue angle of 145.22º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED92 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 146 -
CMYK 0.66 0 0.38 0.07
HSL 145.22º 0.81% 0.62% -
HSV(B) 145.22º 0.66% 0.93% -
XYZ 38.78 64.35 37.57 -
YUV 179.68 108.99 56.9 -
System Red Green Blue C M Y K H S L
Decimal 80 237 146 0.66 0 0.38 0.07 145.22 0.81 0.62
Hex 50 ED 92 42 0 26 7 91 51 3E
Octal 120 355 222 102 0 46 7 221 121 76
Binary 1010000 11101101 10010010 1000010 0 100110 111 10010001 1010001 111110

Color Harmonies of #50ED92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED92

Black with #50ED92

Text Example


Text Example

White with #50ED92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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