Shades of Fern #50D757
Tints of Fern #50D757
RGB
CMYK
RGB Variations
Color information
#50D757 (or 0x50D757) is known color: Fern. HEX triplet: 50, D7 and 57. RGB value is (80,215,87). Sum of RGB (Red+Green+Blue) = 80+215+87=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #50D757 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D757 is #AF28A8. Grayscale: #A0A0A0. Windows color (decimal): -11479209 or 5756752. OLE color: 5756752.
HSL color Cylindrical-coordinate representation of color #50D757: hue angle of 123.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D757 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 87 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.16 |
| HSL | 123.11º | 0.63% | 0.58% | - |
| HSV(B) | 123.11º | 0.63% | 0.84% | - |
| XYZ | 29.33 | 50.99 | 17.31 | - |
| YUV | 160.04 | 86.77 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 87 | 0.63 | 0 | 0.60 | 0.16 | 123.11 | 0.63 | 0.58 |
| Hex | 50 | D7 | 57 | 3F | 0 | 3C | 10 | 7B | 3F | 3A |
| Octal | 120 | 327 | 127 | 77 | 0 | 74 | 20 | 173 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1010111 | 111111 | 0 | 111100 | 10000 | 1111011 | 111111 | 111010 |
Color Harmonies of #50D757
Complementary color
Monochromatic Colors of #50D757
Black with #50D757
Text Example
Text Example
White with #50D757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D757; }
p { color: rgb(80,215,87); }
H1.HeaderClassName
{
color: #50D757;
}
.AnyTagClassName
{
color: #50D757;
}
</style>
background-color css
<style>
a { background-color: #50D757; }
a { background-color: rgb(80,215,87); }
div.DivClassName
{
background-color: #50D757;
}
.BgClassName
{
background-color: #50D757;
}
</style>
border-color css
<style>
span { border-color: #50D757; }
span { border-color: rgb(80,215,87); }
td.TdClassName
{
border-color: #50D757;
}
.TagClassName
{
border-color: #50D757;
}
</style>