#50C27B

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

Shades of Emerald #50C27B

Tints of Emerald #50C27B

Color information

#50C27B (or 0x50C27B) is unknown color: approx Emerald. HEX triplet: 50, C2 and 7B. RGB value is (80,194,123). Sum of RGB (Red+Green+Blue) = 80+194+123=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #50C27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C27B is #AF3D84. Grayscale: #979797. Windows color (decimal): -11484549 or 8110672. OLE color: 8110672.

HSL color Cylindrical-coordinate representation of color #50C27B: hue angle of 142.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C27B is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB80194123-
CMYK0.5900.370.24
HSL142.63º48.31%53.73%-
HSV(B)142.63º58.76%76.08%-
XYZ26.1841.7225.41-
YUV151.82111.7376.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=20.15%
G=48.87%
B=30.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801941230.5900.370.24142.6348.3153.73
Hex50C27B3B025188f3036
Octal12030217373045302176066
Binary101000011000010111101111101101001011100010001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,194,123); }

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

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

 a { background-color: rgb(80,194,123); }

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

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

 span { border-color: rgb(80,194,123); }

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