Shades of Fern #50C856
Tints of Fern #50C856
RGB
CMYK
RGB Variations
Color information
#50C856 (or 0x50C856) is known color: Fern. HEX triplet: 50, C8 and 56. RGB value is (80,200,86). Sum of RGB (Red+Green+Blue) = 80+200+86=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #50C856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C856 is #AF37A9. Grayscale: #979797. Windows color (decimal): -11483050 or 5687376. OLE color: 5687376.
HSL color Cylindrical-coordinate representation of color #50C856: hue angle of 123º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C856 is Cyan = 0.6, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 86 | - |
| CMYK | 0.6 | 0 | 0.57 | 0.22 |
| HSL | 123º | 0.52% | 0.55% | - |
| HSV(B) | 123º | 0.6% | 0.78% | - |
| XYZ | 25.64 | 43.69 | 15.88 | - |
| YUV | 151.12 | 91.24 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 86 | 0.6 | 0 | 0.57 | 0.22 | 123 | 0.52 | 0.55 |
| Hex | 50 | C8 | 56 | 3C | 0 | 39 | 16 | 7B | 34 | 37 |
| Octal | 120 | 310 | 126 | 74 | 0 | 71 | 26 | 173 | 64 | 67 |
| Binary | 1010000 | 11001000 | 1010110 | 111100 | 0 | 111001 | 10110 | 1111011 | 110100 | 110111 |
Color Harmonies of #50C856
Complementary color
Monochromatic Colors of #50C856
Black with #50C856
Text Example
Text Example
White with #50C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C856; }
p { color: rgb(80,200,86); }
H1.HeaderClassName
{
color: #50C856;
}
.AnyTagClassName
{
color: #50C856;
}
</style>
background-color css
<style>
a { background-color: #50C856; }
a { background-color: rgb(80,200,86); }
div.DivClassName
{
background-color: #50C856;
}
.BgClassName
{
background-color: #50C856;
}
</style>
border-color css
<style>
span { border-color: #50C856; }
span { border-color: rgb(80,200,86); }
td.TdClassName
{
border-color: #50C856;
}
.TagClassName
{
border-color: #50C856;
}
</style>