#50DF93

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

Shades of Emerald #50DF93

Tints of Emerald #50DF93

Color information

#50DF93 (or 0x50DF93) is unknown color: approx Emerald. HEX triplet: 50, DF and 93. RGB value is (80,223,147). Sum of RGB (Red+Green+Blue) = 80+223+147=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF93 is #AF206C. Grayscale: #ABABAB. Windows color (decimal): -11477101 or 9690960. OLE color: 9690960.

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

Color convert

RGB80223147-
CMYK0.6400.340.13
HSL148.11º69.08%59.41%-
HSV(B)148.11º64.13%87.45%-
XYZ34.9656.5936.68-
YUV171.58114.1262.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.78%
GREEN value IS 223 (87.5% from 255) = 49.56%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=17.78%
G=49.56%
B=32.67%

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
Decimal802231470.6400.340.13148.1169.0859.41
Hex50DF9340022D94453b
Octal1203372231000421522410573
Binary10100001101111110010011100000001000101101100101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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