Html Css Color HEX #50F38E Emerald

📋 copy color: '#50F38E'

red 80 ◦ green 243 ◦ blue 142

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

Shades of Emerald #50F38E

Tints of Emerald #50F38E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.26%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 17.2%
G = 52.26%
B = 30.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#50F38E (or 0x50F38E) is known color: Emerald. HEX triplet: 50, F3 and 8E. RGB value is (80,243,142). Sum of RGB (Red+Green+Blue) = 80+243+142=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #50F38E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F38E is #AF0C71. Grayscale: #B6B6B6. Windows color (decimal): -11471986 or 9368400. OLE color: 9368400.

HSL color Cylindrical-coordinate representation of color #50F38E: hue angle of 142.82º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F38E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 243 142 -
CMYK 0.67 0 0.42 0.05
HSL 142.82º 0.87% 0.63% -
HSV(B) 142.82º 0.67% 0.95% -
XYZ 40.24 67.76 36.55 -
YUV 182.75 105 54.71 -
System Red Green Blue C M Y K H S L
Decimal 80 243 142 0.67 0 0.42 0.05 142.82 0.87 0.63
Hex 50 F3 8E 43 0 2A 5 8F 57 3F
Octal 120 363 216 103 0 52 5 217 127 77
Binary 1010000 11110011 10001110 1000011 0 101010 101 10001111 1010111 111111

Color Harmonies of #50F38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F38E

Black with #50F38E

Text Example


Text Example

White with #50F38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,243,142); }

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

background-color css

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

 a { background-color: rgb(80,243,142); }

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

border-color css

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

 span { border-color: rgb(80,243,142); }

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