#50EA79

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

Shades of Emerald #50EA79

Tints of Emerald #50EA79

Color information

#50EA79 (or 0x50EA79) is unknown color: approx Emerald. HEX triplet: 50, EA and 79. RGB value is (80,234,121). Sum of RGB (Red+Green+Blue) = 80+234+121=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA79 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA79 is #AF1586. Grayscale: #AFAFAF. Windows color (decimal): -11474311 or 7989840. OLE color: 7989840.

HSL color Cylindrical-coordinate representation of color #50EA79: hue angle of 135.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA79 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB80234121-
CMYK0.6600.480.08
HSL135.97º78.57%61.57%-
HSV(B)135.97º65.81%91.76%-
XYZ36.1861.9328.14-
YUV175.0797.4860.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.39%
GREEN value IS 234 (91.80% from 255) = 53.79%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=18.39%
G=53.79%
B=27.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802341210.6600.480.08135.9778.5761.57
Hex50EA79420308884f3e
Octal1203521711020601021011776
Binary1010000111010101111001100001001100001000100010001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,234,121); }

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

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

 a { background-color: rgb(80,234,121); }

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

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

 span { border-color: rgb(80,234,121); }

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