#50D98D

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

Shades of Emerald #50D98D

Tints of Emerald #50D98D

Color information

#50D98D (or 0x50D98D) is unknown color: approx Emerald. HEX triplet: 50, D9 and 8D. RGB value is (80,217,141). Sum of RGB (Red+Green+Blue) = 80+217+141=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #50D98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D98D is #AF2672. Grayscale: #A7A7A7. Windows color (decimal): -11478643 or 9296208. OLE color: 9296208.

HSL color Cylindrical-coordinate representation of color #50D98D: hue angle of 146.72º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D98D is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB80217141-
CMYK0.6300.350.15
HSL146.72º64.32%58.24%-
HSV(B)146.72º63.13%85.1%-
XYZ32.9353.2533.74-
YUV167.37113.1165.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 217 (85.16% from 255) = 49.54%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=18.26%
G=49.54%
B=32.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802171410.6300.350.15146.7264.3258.24
Hex50D98D3F023F93403a
Octal120331215770431722310072
Binary1010000110110011000110111111101000111111100100111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,217,141); }

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

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

 a { background-color: rgb(80,217,141); }

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

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

 span { border-color: rgb(80,217,141); }

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