#50C587

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

Shades of Emerald #50C587

Tints of Emerald #50C587

Color information

#50C587 (or 0x50C587) is unknown color: approx Emerald. HEX triplet: 50, C5 and 87. RGB value is (80,197,135). Sum of RGB (Red+Green+Blue) = 80+197+135=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #50C587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C587 is #AF3A78. Grayscale: #9B9B9B. Windows color (decimal): -11483769 or 8897872. OLE color: 8897872.

HSL color Cylindrical-coordinate representation of color #50C587: hue angle of 148.21º 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 #50C587 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB80197135-
CMYK0.5900.310.23
HSL148.21º50.21%54.31%-
HSV(B)148.21º59.39%77.25%-
XYZ27.6543.3929.84-
YUV154.95116.7474.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.42%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=19.42%
G=47.82%
B=32.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801971350.5900.310.23148.2150.2154.31
Hex50C5873B01F17943236
Octal12030520773037272246266
Binary101000011000101100001111110110111111011110010100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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