#50E875

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

Shades of Emerald #50E875

Tints of Emerald #50E875

Color information

#50E875 (or 0x50E875) is unknown color: approx Emerald. HEX triplet: 50, E8 and 75. RGB value is (80,232,117). Sum of RGB (Red+Green+Blue) = 80+232+117=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 232 (91.02% from 255 or 54.08% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 232 - color contains mainly: green. Hex color #50E875 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E875 is #AF178A. Grayscale: #ADADAD. Windows color (decimal): -11474827 or 7727184. OLE color: 7727184.

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

Color convert

RGB80232117-
CMYK0.6600.500.09
HSL134.61º76.77%61.18%-
HSV(B)134.61º65.52%90.98%-
XYZ35.3860.726.68-
YUV173.4496.1461.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 232 (91.02% from 255) = 54.08%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=18.65%
G=54.08%
B=27.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802321170.6600.500.09134.6176.7761.18
Hex50E875420329874d3d
Octal1203501651020621120711575
Binary1010000111010001110101100001001100101001100001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,232,117); }

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

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

 a { background-color: rgb(80,232,117); }

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

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

 span { border-color: rgb(80,232,117); }

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