#50D175

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

Shades of Emerald #50D175

Tints of Emerald #50D175

Color information

#50D175 (or 0x50D175) is unknown color: approx Emerald. HEX triplet: 50, D1 and 75. RGB value is (80,209,117). Sum of RGB (Red+Green+Blue) = 80+209+117=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #50D175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D175 is #AF2E8A. Grayscale: #A0A0A0. Windows color (decimal): -11480715 or 7721296. OLE color: 7721296.

HSL color Cylindrical-coordinate representation of color #50D175: hue angle of 137.21º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D175 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB80209117-
CMYK0.6200.440.18
HSL137.21º58.37%56.67%-
HSV(B)137.21º61.72%81.96%-
XYZ29.3248.5924.66-
YUV159.94103.7670.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 209 (82.03% from 255) = 51.48%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=19.70%
G=51.48%
B=28.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802091170.6200.440.18137.2158.3756.67
Hex50D1753E02C12893a39
Octal12032116576054222117271
Binary101000011010001111010111111001011001001010001001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,209,117); }

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

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

 a { background-color: rgb(80,209,117); }

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

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

 span { border-color: rgb(80,209,117); }

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