#50D074

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

Shades of Emerald #50D074

Tints of Emerald #50D074

Color information

#50D074 (or 0x50D074) is unknown color: approx Emerald. HEX triplet: 50, D0 and 74. RGB value is (80,208,116). Sum of RGB (Red+Green+Blue) = 80+208+116=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #50D074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D074 is #AF2F8B. Grayscale: #9F9F9F. Windows color (decimal): -11480972 or 7655504. OLE color: 7655504.

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

Color convert

RGB80208116-
CMYK0.6200.440.18
HSL136.88º57.66%56.47%-
HSV(B)136.88º61.54%81.57%-
XYZ29.0248.0824.27-
YUV159.24103.5971.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 208 (81.64% from 255) = 51.49%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=19.80%
G=51.49%
B=28.71%

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
Decimal802081160.6200.440.18136.8857.6656.47
Hex50D0743E02C12893a38
Octal12032016476054222117270
Binary101000011010000111010011111001011001001010001001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,208,116); }

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

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

 a { background-color: rgb(80,208,116); }

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

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

 span { border-color: rgb(80,208,116); }

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