Html Css Color HEX #50E490 Emerald

📋 copy color: '#50E490'

red 80 ◦ green 228 ◦ blue 144

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

Shades of Emerald #50E490

Tints of Emerald #50E490

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.44%

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 17.7%
G = 50.44%
B = 31.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#50E490 (or 0x50E490) is known color: Emerald. HEX triplet: 50, E4 and 90. RGB value is (80,228,144). Sum of RGB (Red+Green+Blue) = 80+228+144=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #50E490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E490 is #AF1B6F. Grayscale: #AEAEAE. Windows color (decimal): -11475824 or 9495632. OLE color: 9495632.

HSL color Cylindrical-coordinate representation of color #50E490: hue angle of 145.95º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E490 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 144 -
CMYK 0.65 0 0.37 0.11
HSL 145.95º 0.73% 0.6% -
HSV(B) 145.95º 0.65% 0.89% -
XYZ 36.09 59.21 35.91 -
YUV 174.17 110.97 60.83 -
System Red Green Blue C M Y K H S L
Decimal 80 228 144 0.65 0 0.37 0.11 145.95 0.73 0.6
Hex 50 E4 90 41 0 25 B 92 49 3C
Octal 120 344 220 101 0 45 13 222 111 74
Binary 1010000 11100100 10010000 1000001 0 100101 1011 10010010 1001001 111100

Color Harmonies of #50E490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E490

Black with #50E490

Text Example


Text Example

White with #50E490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,228,144); }

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

background-color css

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

 a { background-color: rgb(80,228,144); }

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

border-color css

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

 span { border-color: rgb(80,228,144); }

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