#50E78E

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

Shades of Emerald #50E78E

Tints of Emerald #50E78E

Color information

#50E78E (or 0x50E78E) is unknown color: approx Emerald. HEX triplet: 50, E7 and 8E. RGB value is (80,231,142). Sum of RGB (Red+Green+Blue) = 80+231+142=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #50E78E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E78E is #AF1871. Grayscale: #AFAFAF. Windows color (decimal): -11475058 or 9365328. OLE color: 9365328.

HSL color Cylindrical-coordinate representation of color #50E78E: hue angle of 144.64º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E78E is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB80231142-
CMYK0.6500.390.09
HSL144.64º75.88%60.98%-
HSV(B)144.64º65.37%90.59%-
XYZ36.7760.8135.39-
YUV175.7108.9759.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 231 (90.62% from 255) = 50.99%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=17.66%
G=50.99%
B=31.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802311420.6500.390.09144.6475.8860.98
Hex50E78E410279914c3d
Octal1203472161010471122111475
Binary10100001110011110001110100000101001111001100100011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,231,142); }

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

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

 a { background-color: rgb(80,231,142); }

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

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

 span { border-color: rgb(80,231,142); }

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