Shades of Fern #50D156
Tints of Fern #50D156
RGB
CMYK
RGB Variations
Color information
#50D156 (or 0x50D156) is known color: Fern. HEX triplet: 50, D1 and 56. RGB value is (80,209,86). Sum of RGB (Red+Green+Blue) = 80+209+86=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #50D156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D156 is #AF2EA9. Grayscale: #9C9C9C. Windows color (decimal): -11480746 or 5689680. OLE color: 5689680.
HSL color Cylindrical-coordinate representation of color #50D156: hue angle of 122.79º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D156 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 209 | 86 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.18 |
| HSL | 122.79º | 0.58% | 0.57% | - |
| HSV(B) | 122.79º | 0.62% | 0.82% | - |
| XYZ | 27.79 | 47.98 | 16.6 | - |
| YUV | 156.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 209 | 86 | 0.62 | 0 | 0.59 | 0.18 | 122.79 | 0.58 | 0.57 |
| Hex | 50 | D1 | 56 | 3E | 0 | 3B | 12 | 7B | 3A | 39 |
| Octal | 120 | 321 | 126 | 76 | 0 | 73 | 22 | 173 | 72 | 71 |
| Binary | 1010000 | 11010001 | 1010110 | 111110 | 0 | 111011 | 10010 | 1111011 | 111010 | 111001 |
Color Harmonies of #50D156
Complementary color
Monochromatic Colors of #50D156
Black with #50D156
Text Example
Text Example
White with #50D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D156; }
p { color: rgb(80,209,86); }
H1.HeaderClassName
{
color: #50D156;
}
.AnyTagClassName
{
color: #50D156;
}
</style>
background-color css
<style>
a { background-color: #50D156; }
a { background-color: rgb(80,209,86); }
div.DivClassName
{
background-color: #50D156;
}
.BgClassName
{
background-color: #50D156;
}
</style>
border-color css
<style>
span { border-color: #50D156; }
span { border-color: rgb(80,209,86); }
td.TdClassName
{
border-color: #50D156;
}
.TagClassName
{
border-color: #50D156;
}
</style>