Shades of Emerald #50DF93
Tints of Emerald #50DF93
RGB
CMYK
RGB Variations
Color information
#50DF93 (or 0x50DF93) is known color: 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
| RGB | 80 | 223 | 147 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.13 |
| HSL | 148.11º | 0.69% | 0.59% | - |
| HSV(B) | 148.11º | 0.64% | 0.87% | - |
| XYZ | 34.96 | 56.59 | 36.68 | - |
| YUV | 171.58 | 114.12 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 147 | 0.64 | 0 | 0.34 | 0.13 | 148.11 | 0.69 | 0.59 |
| Hex | 50 | DF | 93 | 40 | 0 | 22 | D | 94 | 45 | 3B |
| Octal | 120 | 337 | 223 | 100 | 0 | 42 | 15 | 224 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10010011 | 1000000 | 0 | 100010 | 1101 | 10010100 | 1000101 | 111011 |
Color Harmonies of #50DF93
Complementary color
Monochromatic Colors of #50DF93
Black with #50DF93
Text Example
Text Example
White with #50DF93
Text Example
Text Example
HTML Codes & Css Web 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>