#50CA87

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

Shades of Emerald #50CA87

Tints of Emerald #50CA87

Color information

#50CA87 (or 0x50CA87) is unknown color: approx Emerald. HEX triplet: 50, CA and 87. RGB value is (80,202,135). Sum of RGB (Red+Green+Blue) = 80+202+135=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA87 is #AF3578. Grayscale: #9E9E9E. Windows color (decimal): -11482489 or 8899152. OLE color: 8899152.

HSL color Cylindrical-coordinate representation of color #50CA87: hue angle of 147.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA87 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB80202135-
CMYK0.6000.330.21
HSL147.05º53.51%55.29%-
HSV(B)147.05º60.4%79.22%-
XYZ28.845.730.22-
YUV157.88115.0872.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=19.18%
G=48.44%
B=32.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021350.6000.330.21147.0553.5155.29
Hex50CA873C02115933637
Octal12031220774041252236667
Binary1010000110010101000011111110001000011010110010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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