#50CE8A

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

Shades of Emerald #50CE8A

Tints of Emerald #50CE8A

Color information

#50CE8A (or 0x50CE8A) is unknown color: approx Emerald. HEX triplet: 50, CE and 8A. RGB value is (80,206,138). Sum of RGB (Red+Green+Blue) = 80+206+138=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE8A is #AF3175. Grayscale: #A0A0A0. Windows color (decimal): -11481462 or 9096784. OLE color: 9096784.

HSL color Cylindrical-coordinate representation of color #50CE8A: hue angle of 147.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE8A is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB80206138-
CMYK0.6100.330.19
HSL147.62º56.25%56.08%-
HSV(B)147.62º61.17%80.78%-
XYZ29.9747.6831.67-
YUV160.57115.2670.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 206 (80.86% from 255) = 48.58%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=18.87%
G=48.58%
B=32.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal802061380.6100.330.19147.6256.2556.08
Hex50CE8A3D02113943838
Octal12031621275041232247070
Binary1010000110011101000101011110101000011001110010100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,206,138); }

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

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

 a { background-color: rgb(80,206,138); }

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

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

 span { border-color: rgb(80,206,138); }

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