#50f38e

Color #50F38E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50F38E

Tints of Emerald #50F38E

Color information

#50F38E (or 0x50F38E) is unknown color: approx 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

RGB80243142-
CMYK0.6700.420.05
HSL142.82º87.17%63.33%-
HSV(B)142.82º67.08%95.29%-
XYZ40.2467.7636.55-
YUV182.7510554.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.20%
GREEN value IS 243 (95.31% from 255) = 52.26%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=17.20%
G=52.26%
B=30.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802431420.6700.420.05142.8287.1763.33
Hex50F38E4302A58f573f
Octal120363216103052521712777
Binary1010000111100111000111010000110101010101100011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f38e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>