Shades of Fern #50D457
Tints of Fern #50D457
RGB
CMYK
RGB Variations
Color information
#50D457 (or 0x50D457) is known color: Fern. HEX triplet: 50, D4 and 57. RGB value is (80,212,87). Sum of RGB (Red+Green+Blue) = 80+212+87=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #50D457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D457 is #AF2BA8. Grayscale: #9E9E9E. Windows color (decimal): -11479977 or 5755984. OLE color: 5755984.
HSL color Cylindrical-coordinate representation of color #50D457: hue angle of 123.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D457 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 212 | 87 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.17 |
| HSL | 123.18º | 0.61% | 0.57% | - |
| HSV(B) | 123.18º | 0.62% | 0.83% | - |
| XYZ | 28.57 | 49.48 | 17.06 | - |
| YUV | 158.28 | 87.77 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 87 | 0.62 | 0 | 0.59 | 0.17 | 123.18 | 0.61 | 0.57 |
| Hex | 50 | D4 | 57 | 3E | 0 | 3B | 11 | 7B | 3D | 39 |
| Octal | 120 | 324 | 127 | 76 | 0 | 73 | 21 | 173 | 75 | 71 |
| Binary | 1010000 | 11010100 | 1010111 | 111110 | 0 | 111011 | 10001 | 1111011 | 111101 | 111001 |
Color Harmonies of #50D457
Complementary color
Monochromatic Colors of #50D457
Black with #50D457
Text Example
Text Example
White with #50D457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D457; }
p { color: rgb(80,212,87); }
H1.HeaderClassName
{
color: #50D457;
}
.AnyTagClassName
{
color: #50D457;
}
</style>
background-color css
<style>
a { background-color: #50D457; }
a { background-color: rgb(80,212,87); }
div.DivClassName
{
background-color: #50D457;
}
.BgClassName
{
background-color: #50D457;
}
</style>
border-color css
<style>
span { border-color: #50D457; }
span { border-color: rgb(80,212,87); }
td.TdClassName
{
border-color: #50D457;
}
.TagClassName
{
border-color: #50D457;
}
</style>