#50D95A

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

Shades of Emerald #50D95A

Tints of Emerald #50D95A

Color information

#50D95A (or 0x50D95A) is unknown color: approx Emerald. HEX triplet: 50, D9 and 5A. RGB value is (80,217,90). Sum of RGB (Red+Green+Blue) = 80+217+90=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #50D95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D95A is #AF26A5. Grayscale: #A1A1A1. Windows color (decimal): -11478694 or 5953872. OLE color: 5953872.

HSL color Cylindrical-coordinate representation of color #50D95A: hue angle of 124.38º 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 #50D95A is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB8021790-
CMYK0.6300.590.15
HSL124.38º64.32%58.24%-
HSV(B)124.38º63.13%85.1%-
XYZ29.9752.0718.14-
YUV161.5687.6169.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 217 (85.16% from 255) = 56.07%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=20.67%
G=56.07%
B=23.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80217900.6300.590.15124.3864.3258.24
Hex50D95A3F03BF7c403a
Octal120331132770731717410072
Binary10100001101100110110101111110111011111111111001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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