Shades of Fern #50C556
Tints of Fern #50C556
RGB
CMYK
RGB Variations
Color information
#50C556 (or 0x50C556) is known color: Fern. HEX triplet: 50, C5 and 56. RGB value is (80,197,86). Sum of RGB (Red+Green+Blue) = 80+197+86=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #50C556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C556 is #AF3AA9. Grayscale: #959595. Windows color (decimal): -11483818 or 5686608. OLE color: 5686608.
HSL color Cylindrical-coordinate representation of color #50C556: hue angle of 123.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C556 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 86 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.23 |
| HSL | 123.08º | 0.5% | 0.54% | - |
| HSV(B) | 123.08º | 0.59% | 0.77% | - |
| XYZ | 24.95 | 42.31 | 15.66 | - |
| YUV | 149.36 | 92.24 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 86 | 0.59 | 0 | 0.56 | 0.23 | 123.08 | 0.5 | 0.54 |
| Hex | 50 | C5 | 56 | 3B | 0 | 38 | 17 | 7B | 32 | 36 |
| Octal | 120 | 305 | 126 | 73 | 0 | 70 | 27 | 173 | 62 | 66 |
| Binary | 1010000 | 11000101 | 1010110 | 111011 | 0 | 111000 | 10111 | 1111011 | 110010 | 110110 |
Color Harmonies of #50C556
Complementary color
Monochromatic Colors of #50C556
Black with #50C556
Text Example
Text Example
White with #50C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C556; }
p { color: rgb(80,197,86); }
H1.HeaderClassName
{
color: #50C556;
}
.AnyTagClassName
{
color: #50C556;
}
</style>
background-color css
<style>
a { background-color: #50C556; }
a { background-color: rgb(80,197,86); }
div.DivClassName
{
background-color: #50C556;
}
.BgClassName
{
background-color: #50C556;
}
</style>
border-color css
<style>
span { border-color: #50C556; }
span { border-color: rgb(80,197,86); }
td.TdClassName
{
border-color: #50C556;
}
.TagClassName
{
border-color: #50C556;
}
</style>