#50BC74

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

Shades of Emerald #50BC74

Tints of Emerald #50BC74

Color information

#50BC74 (or 0x50BC74) is unknown color: approx Emerald. HEX triplet: 50, BC and 74. RGB value is (80,188,116). Sum of RGB (Red+Green+Blue) = 80+188+116=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC74 is #AF438B. Grayscale: #939393. Windows color (decimal): -11486092 or 7650384. OLE color: 7650384.

HSL color Cylindrical-coordinate representation of color #50BC74: hue angle of 140º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC74 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB80188116-
CMYK0.5700.380.26
HSL140º44.63%52.55%-
HSV(B)140º57.45%73.73%-
XYZ24.4438.9322.75-
YUV147.5110.2279.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=20.83%
G=48.96%
B=30.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801881160.5700.380.2614044.6352.55
Hex50BC74390261A8c2d35
Octal12027416471046322145565
Binary101000010111100111010011100101001101101010001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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