Shades of Emerald #50F17F
Tints of Emerald #50F17F
RGB
CMYK
RGB Variations
Color information
#50F17F (or 0x50F17F) is known color: Emerald. HEX triplet: 50, F1 and 7F. RGB value is (80,241,127). Sum of RGB (Red+Green+Blue) = 80+241+127=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #50F17F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F17F is #AF0E80. Grayscale: #B4B4B4. Windows color (decimal): -11472513 or 8384848. OLE color: 8384848.
HSL color Cylindrical-coordinate representation of color #50F17F: hue angle of 137.52º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F17F is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 127 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.05 |
| HSL | 137.52º | 0.85% | 0.63% | - |
| HSV(B) | 137.52º | 0.67% | 0.95% | - |
| XYZ | 38.59 | 66.15 | 30.81 | - |
| YUV | 179.87 | 98.16 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 127 | 0.67 | 0 | 0.47 | 0.05 | 137.52 | 0.85 | 0.63 |
| Hex | 50 | F1 | 7F | 43 | 0 | 2F | 5 | 8A | 55 | 3F |
| Octal | 120 | 361 | 177 | 103 | 0 | 57 | 5 | 212 | 125 | 77 |
| Binary | 1010000 | 11110001 | 1111111 | 1000011 | 0 | 101111 | 101 | 10001010 | 1010101 | 111111 |
Color Harmonies of #50F17F
Complementary color
Monochromatic Colors of #50F17F
Black with #50F17F
Text Example
Text Example
White with #50F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F17F; }
p { color: rgb(80,241,127); }
H1.HeaderClassName
{
color: #50F17F;
}
.AnyTagClassName
{
color: #50F17F;
}
</style>
background-color css
<style>
a { background-color: #50F17F; }
a { background-color: rgb(80,241,127); }
div.DivClassName
{
background-color: #50F17F;
}
.BgClassName
{
background-color: #50F17F;
}
</style>
border-color css
<style>
span { border-color: #50F17F; }
span { border-color: rgb(80,241,127); }
td.TdClassName
{
border-color: #50F17F;
}
.TagClassName
{
border-color: #50F17F;
}
</style>