#50DF92

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

Shades of Emerald #50DF92

Tints of Emerald #50DF92

Color information

#50DF92 (or 0x50DF92) is unknown color: approx Emerald. HEX triplet: 50, DF and 92. RGB value is (80,223,146). Sum of RGB (Red+Green+Blue) = 80+223+146=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF92 is #AF206D. Grayscale: #ABABAB. Windows color (decimal): -11477102 or 9625424. OLE color: 9625424.

HSL color Cylindrical-coordinate representation of color #50DF92: hue angle of 147.69º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF92 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB80223146-
CMYK0.6400.350.13
HSL147.69º69.08%59.41%-
HSV(B)147.69º64.13%87.45%-
XYZ34.8856.5636.27-
YUV171.46113.6262.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 223 (87.5% from 255) = 49.67%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=17.82%
G=49.67%
B=32.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802231460.6400.350.13147.6969.0859.41
Hex50DF9240023D94453b
Octal1203372221000431522410573
Binary10100001101111110010010100000001000111101100101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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