#50e592

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

Shades of Emerald #50E592

Tints of Emerald #50E592

Color information

#50E592 (or 0x50E592) is unknown color: approx Emerald. HEX triplet: 50, E5 and 92. RGB value is (80,229,146). Sum of RGB (Red+Green+Blue) = 80+229+146=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #50E592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E592 is #AF1A6D. Grayscale: #AFAFAF. Windows color (decimal): -11475566 or 9626960. OLE color: 9626960.

HSL color Cylindrical-coordinate representation of color #50E592: hue angle of 146.58º degrees, saturation: 0.74, 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 #50E592 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB80229146-
CMYK0.6500.360.10
HSL146.58º74.13%60.59%-
HSV(B)146.58º65.07%89.8%-
XYZ36.5259.8236.82-
YUV174.99111.6460.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 229 (89.84% from 255) = 50.33%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=17.58%
G=50.33%
B=32.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802291460.6500.360.10146.5874.1360.59
Hex50E59241024A934a3d
Octal1203452221010441222311275
Binary10100001110010110010010100000101001001010100100111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50e592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,229,146); }

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

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

 a { background-color: rgb(80,229,146); }

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

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

 span { border-color: rgb(80,229,146); }

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