#50E36E

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

Shades of Emerald #50E36E

Tints of Emerald #50E36E

Color information

#50E36E (or 0x50E36E) is unknown color: approx Emerald. HEX triplet: 50, E3 and 6E. RGB value is (80,227,110). Sum of RGB (Red+Green+Blue) = 80+227+110=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #50E36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E36E is #AF1C91. Grayscale: #AAAAAA. Windows color (decimal): -11476114 or 7267152. OLE color: 7267152.

HSL color Cylindrical-coordinate representation of color #50E36E: hue angle of 132.24º 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 #50E36E is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB80227110-
CMYK0.6500.520.11
HSL132.24º72.41%60.2%-
HSV(B)132.24º64.76%89.02%-
XYZ33.5957.7724.13-
YUV169.7194.364.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 227 (89.06% from 255) = 54.44%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=19.18%
G=54.44%
B=26.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802271100.6500.520.11132.2472.4160.2
Hex50E36E41034B84483c
Octal1203431561010641320411074
Binary1010000111000111101110100000101101001011100001001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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