Html Css Color HEX #50E375 Emerald

📋 copy color: '#50E375'

red 80 ◦ green 227 ◦ blue 117

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

Shades of Emerald #50E375

Tints of Emerald #50E375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.54%

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 18.87%
G = 53.54%
B = 27.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#50E375 (or 0x50E375) is known color: Emerald. HEX triplet: 50, E3 and 75. RGB value is (80,227,117). Sum of RGB (Red+Green+Blue) = 80+227+117=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #50E375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E375 is #AF1C8A. Grayscale: #AAAAAA. Windows color (decimal): -11476107 or 7725904. OLE color: 7725904.

HSL color Cylindrical-coordinate representation of color #50E375: hue angle of 135.1º degrees, saturation: 0.72, 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 #50E375 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 117 -
CMYK 0.65 0 0.48 0.11
HSL 135.1º 0.72% 0.6% -
HSV(B) 135.1º 0.65% 0.89% -
XYZ 33.99 57.93 26.22 -
YUV 170.51 97.8 63.44 -
System Red Green Blue C M Y K H S L
Decimal 80 227 117 0.65 0 0.48 0.11 135.1 0.72 0.6
Hex 50 E3 75 41 0 30 B 87 48 3C
Octal 120 343 165 101 0 60 13 207 110 74
Binary 1010000 11100011 1110101 1000001 0 110000 1011 10000111 1001000 111100

Color Harmonies of #50E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E375

Black with #50E375

Text Example


Text Example

White with #50E375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,227,117); }

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

background-color css

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

 a { background-color: rgb(80,227,117); }

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

border-color css

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

 span { border-color: rgb(80,227,117); }

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