#50D95F

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

Shades of Emerald #50D95F

Tints of Emerald #50D95F

Color information

#50D95F (or 0x50D95F) is unknown color: approx Emerald. HEX triplet: 50, D9 and 5F. RGB value is (80,217,95). Sum of RGB (Red+Green+Blue) = 80+217+95=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #50D95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D95F is #AF26A0. Grayscale: #A2A2A2. Windows color (decimal): -11478689 or 6281552. OLE color: 6281552.

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

Color convert

RGB8021795-
CMYK0.6300.560.15
HSL126.57º64.32%58.24%-
HSV(B)126.57º63.13%85.1%-
XYZ30.1952.1619.3-
YUV162.1390.1169.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 217 (85.16% from 255) = 55.36%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=20.41%
G=55.36%
B=24.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80217950.6300.560.15126.5764.3258.24
Hex50D95F3F038F7f403a
Octal120331137770701717710072
Binary10100001101100110111111111110111000111111111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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