#50B972

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

Shades of Emerald #50B972

Tints of Emerald #50B972

Color information

#50B972 (or 0x50B972) is unknown color: approx Emerald. HEX triplet: 50, B9 and 72. RGB value is (80,185,114). Sum of RGB (Red+Green+Blue) = 80+185+114=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #50B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B972 is #AF468D. Grayscale: #919191. Windows color (decimal): -11486862 or 7518544. OLE color: 7518544.

HSL color Cylindrical-coordinate representation of color #50B972: hue angle of 139.43º 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 #50B972 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB80185114-
CMYK0.5700.380.27
HSL139.43º42.86%51.96%-
HSV(B)139.43º56.76%72.55%-
XYZ23.6937.6221.93-
YUV145.51110.2181.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=21.11%
G=48.81%
B=30.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851140.5700.380.27139.4342.8651.96
Hex50B972390261B8b2b34
Octal12027116271046332135364
Binary101000010111001111001011100101001101101110001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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