#50B978

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

Shades of Emerald #50B978

Tints of Emerald #50B978

Color information

#50B978 (or 0x50B978) is unknown color: approx Emerald. HEX triplet: 50, B9 and 78. RGB value is (80,185,120). Sum of RGB (Red+Green+Blue) = 80+185+120=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #50B978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B978 is #AF4687. Grayscale: #929292. Windows color (decimal): -11486856 or 7911760. OLE color: 7911760.

HSL color Cylindrical-coordinate representation of color #50B978: hue angle of 142.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B978 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB80185120-
CMYK0.5700.350.27
HSL142.86º42.86%51.96%-
HSV(B)142.86º56.76%72.55%-
XYZ24.0537.7623.79-
YUV146.2113.2180.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=20.78%
G=48.05%
B=31.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851200.5700.350.27142.8642.8651.96
Hex50B978390231B8f2b34
Octal12027117071043332175364
Binary101000010111001111100011100101000111101110001111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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