#50E68F

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

Shades of Emerald #50E68F

Tints of Emerald #50E68F

Color information

#50E68F (or 0x50E68F) is unknown color: approx Emerald. HEX triplet: 50, E6 and 8F. RGB value is (80,230,143). Sum of RGB (Red+Green+Blue) = 80+230+143=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #50E68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E68F is #AF1970. Grayscale: #AFAFAF. Windows color (decimal): -11475313 or 9430608. OLE color: 9430608.

HSL color Cylindrical-coordinate representation of color #50E68F: hue angle of 145.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E68F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB80230143-
CMYK0.6500.380.10
HSL145.2º75%60.78%-
HSV(B)145.2º65.22%90.2%-
XYZ36.5660.2835.7-
YUV175.23109.860.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 230 (90.23% from 255) = 50.77%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=17.66%
G=50.77%
B=31.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802301430.6500.380.10145.27560.78
Hex50E68F41026A914b3d
Octal1203462171010461222111375
Binary10100001110011010001111100000101001101010100100011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,230,143); }

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

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

 a { background-color: rgb(80,230,143); }

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

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

 span { border-color: rgb(80,230,143); }

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