#50CA7C

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

Shades of Emerald #50CA7C

Tints of Emerald #50CA7C

Color information

#50CA7C (or 0x50CA7C) is unknown color: approx Emerald. HEX triplet: 50, CA and 7C. RGB value is (80,202,124). Sum of RGB (Red+Green+Blue) = 80+202+124=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA7C is #AF3583. Grayscale: #9C9C9C. Windows color (decimal): -11482500 or 8178256. OLE color: 8178256.

HSL color Cylindrical-coordinate representation of color #50CA7C: hue angle of 141.64º 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 #50CA7C is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB80202124-
CMYK0.6000.390.21
HSL141.64º53.51%55.29%-
HSV(B)141.64º60.4%79.22%-
XYZ28.0745.426.35-
YUV156.63109.5873.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=19.70%
G=49.75%
B=30.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021240.6000.390.21141.6453.5155.29
Hex50CA7C3C027158e3637
Octal12031217474047252166667
Binary101000011001010111110011110001001111010110001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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