#50D378

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

Shades of Emerald #50D378

Tints of Emerald #50D378

Color information

#50D378 (or 0x50D378) is unknown color: approx Emerald. HEX triplet: 50, D3 and 78. RGB value is (80,211,120). Sum of RGB (Red+Green+Blue) = 80+211+120=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #50D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D378 is #AF2C87. Grayscale: #A1A1A1. Windows color (decimal): -11480200 or 7918416. OLE color: 7918416.

HSL color Cylindrical-coordinate representation of color #50D378: hue angle of 138.32º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D378 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB80211120-
CMYK0.6200.430.17
HSL138.32º59.82%57.06%-
HSV(B)138.32º62.09%82.75%-
XYZ29.9949.6525.77-
YUV161.46104.669.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 211 (82.81% from 255) = 51.34%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=19.46%
G=51.34%
B=29.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal802111200.6200.430.17138.3259.8257.06
Hex50D3783E02B118a3c39
Octal12032317076053212127471
Binary101000011010011111100011111001010111000110001010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,211,120); }

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

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

 a { background-color: rgb(80,211,120); }

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

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

 span { border-color: rgb(80,211,120); }

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