#50C570

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

Shades of Emerald #50C570

Tints of Emerald #50C570

Color information

#50C570 (or 0x50C570) is unknown color: approx Emerald. HEX triplet: 50, C5 and 70. RGB value is (80,197,112). Sum of RGB (Red+Green+Blue) = 80+197+112=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #50C570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C570 is #AF3A8F. Grayscale: #989898. Windows color (decimal): -11483792 or 7390544. OLE color: 7390544.

HSL color Cylindrical-coordinate representation of color #50C570: hue angle of 136.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C570 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB80197112-
CMYK0.5900.430.23
HSL136.41º50.21%54.31%-
HSV(B)136.41º59.39%77.25%-
XYZ26.242.8122.21-
YUV152.33105.2476.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 197 (77.34% from 255) = 50.64%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=20.57%
G=50.64%
B=28.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801971120.5900.430.23136.4150.2154.31
Hex50C5703B02B17883236
Octal12030516073053272106266
Binary101000011000101111000011101101010111011110001000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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