#50F18A

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

Shades of Emerald #50F18A

Tints of Emerald #50F18A

Color information

#50F18A (or 0x50F18A) is unknown color: approx Emerald. HEX triplet: 50, F1 and 8A. RGB value is (80,241,138). Sum of RGB (Red+Green+Blue) = 80+241+138=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #50F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F18A is #AF0E75. Grayscale: #B5B5B5. Windows color (decimal): -11472502 or 9105744. OLE color: 9105744.

HSL color Cylindrical-coordinate representation of color #50F18A: hue angle of 141.61º degrees, saturation: 0.85, 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 #50F18A is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB80241138-
CMYK0.6700.430.05
HSL141.61º85.19%62.94%-
HSV(B)141.61º66.8%94.51%-
XYZ39.3566.4534.8-
YUV181.12103.6655.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.43%
GREEN value IS 241 (94.53% from 255) = 52.51%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=17.43%
G=52.51%
B=30.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802411380.6700.430.05141.6185.1962.94
Hex50F18A4302B58e553f
Octal120361212103053521612577
Binary1010000111100011000101010000110101011101100011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,138); }

 H1.HeaderClassName
 {
   color: #50F18A;
 }
 .AnyTagClassName
 {
   color: #50F18A;
 }
</style>
background-color css

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

 a { background-color: rgb(80,241,138); }

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

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

 span { border-color: rgb(80,241,138); }

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