#50E370

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

Shades of Emerald #50E370

Tints of Emerald #50E370

Color information

#50E370 (or 0x50E370) is unknown color: approx Emerald. HEX triplet: 50, E3 and 70. RGB value is (80,227,112). Sum of RGB (Red+Green+Blue) = 80+227+112=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #50E370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E370 is #AF1C8F. Grayscale: #AAAAAA. Windows color (decimal): -11476112 or 7398224. OLE color: 7398224.

HSL color Cylindrical-coordinate representation of color #50E370: hue angle of 133.06º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E370 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB80227112-
CMYK0.6500.510.11
HSL133.06º72.41%60.2%-
HSV(B)133.06º64.76%89.02%-
XYZ33.757.8124.71-
YUV169.9495.363.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 227 (89.06% from 255) = 54.18%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=19.09%
G=54.18%
B=26.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802271120.6500.510.11133.0672.4160.2
Hex50E37041033B85483c
Octal1203431601010631320511074
Binary1010000111000111110000100000101100111011100001011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,227,112); }

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

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

 a { background-color: rgb(80,227,112); }

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

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

 span { border-color: rgb(80,227,112); }

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