#50DF94

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

Shades of Emerald #50DF94

Tints of Emerald #50DF94

Color information

#50DF94 (or 0x50DF94) is unknown color: approx Emerald. HEX triplet: 50, DF and 94. RGB value is (80,223,148). Sum of RGB (Red+Green+Blue) = 80+223+148=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF94 is #AF206B. Grayscale: #ABABAB. Windows color (decimal): -11477100 or 9756496. OLE color: 9756496.

HSL color Cylindrical-coordinate representation of color #50DF94: hue angle of 148.53º 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 #50DF94 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB80223148-
CMYK0.6400.340.13
HSL148.53º69.08%59.41%-
HSV(B)148.53º64.13%87.45%-
XYZ35.0456.6237.1-
YUV171.69114.6262.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.74%
GREEN value IS 223 (87.5% from 255) = 49.45%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=17.74%
G=49.45%
B=32.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802231480.6400.340.13148.5369.0859.41
Hex50DF9440022D95453b
Octal1203372241000421522510573
Binary10100001101111110010100100000001000101101100101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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