#50c670

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

Shades of Emerald #50C670

Tints of Emerald #50C670

Color information

#50C670 (or 0x50C670) is unknown color: approx Emerald. HEX triplet: 50, C6 and 70. RGB value is (80,198,112). Sum of RGB (Red+Green+Blue) = 80+198+112=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #50C670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C670 is #AF398F. Grayscale: #999999. Windows color (decimal): -11483536 or 7390800. OLE color: 7390800.

HSL color Cylindrical-coordinate representation of color #50C670: hue angle of 136.27º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C670 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB80198112-
CMYK0.6000.430.22
HSL136.27º50.86%54.51%-
HSV(B)136.27º59.6%77.65%-
XYZ26.4343.2622.29-
YUV152.91104.9175.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 198 (77.73% from 255) = 50.77%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=20.51%
G=50.77%
B=28.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801981120.6000.430.22136.2750.8654.51
Hex50C6703C02B16883337
Octal12030616074053262106367
Binary101000011000110111000011110001010111011010001000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50c670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,112); }

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

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

 a { background-color: rgb(80,198,112); }

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

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

 span { border-color: rgb(80,198,112); }

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