#50E36F

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

Shades of Emerald #50E36F

Tints of Emerald #50E36F

Color information

#50E36F (or 0x50E36F) is unknown color: approx Emerald. HEX triplet: 50, E3 and 6F. RGB value is (80,227,111). Sum of RGB (Red+Green+Blue) = 80+227+111=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #50E36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E36F is #AF1C90. Grayscale: #AAAAAA. Windows color (decimal): -11476113 or 7332688. OLE color: 7332688.

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

Color convert

RGB80227111-
CMYK0.6500.510.11
HSL132.65º72.41%60.2%-
HSV(B)132.65º64.76%89.02%-
XYZ33.6557.7924.42-
YUV169.8294.863.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 227 (89.06% from 255) = 54.31%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=19.14%
G=54.31%
B=26.56%

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
Decimal802271110.6500.510.11132.6572.4160.2
Hex50E36F41033B85483c
Octal1203431571010631320511074
Binary1010000111000111101111100000101100111011100001011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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