#50E477

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

Shades of Emerald #50E477

Tints of Emerald #50E477

Color information

#50E477 (or 0x50E477) is unknown color: approx Emerald. HEX triplet: 50, E4 and 77. RGB value is (80,228,119). Sum of RGB (Red+Green+Blue) = 80+228+119=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #50E477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E477 is #AF1B88. Grayscale: #ABABAB. Windows color (decimal): -11475849 or 7857232. OLE color: 7857232.

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

Color convert

RGB80228119-
CMYK0.6500.480.11
HSL135.81º73.27%60.39%-
HSV(B)135.81º64.91%89.41%-
XYZ34.3858.5226.94-
YUV171.3298.4762.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 228 (89.45% from 255) = 53.40%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=18.74%
G=53.40%
B=27.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802281190.6500.480.11135.8173.2760.39
Hex50E47741030B88493c
Octal1203441671010601321011174
Binary1010000111001001110111100000101100001011100010001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,228,119); }

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

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

 a { background-color: rgb(80,228,119); }

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

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

 span { border-color: rgb(80,228,119); }

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