Shades of Fern #50C559
Tints of Fern #50C559
RGB
CMYK
RGB Variations
Color information
#50C559 (or 0x50C559) is known color: Fern. HEX triplet: 50, C5 and 59. RGB value is (80,197,89). Sum of RGB (Red+Green+Blue) = 80+197+89=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #50C559 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C559 is #AF3AA6. Grayscale: #969696. Windows color (decimal): -11483815 or 5883216. OLE color: 5883216.
HSL color Cylindrical-coordinate representation of color #50C559: hue angle of 124.62º 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 #50C559 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 89 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.23 |
| HSL | 124.62º | 0.5% | 0.54% | - |
| HSV(B) | 124.62º | 0.59% | 0.77% | - |
| XYZ | 25.08 | 42.36 | 16.31 | - |
| YUV | 149.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 89 | 0.59 | 0 | 0.55 | 0.23 | 124.62 | 0.5 | 0.54 |
| Hex | 50 | C5 | 59 | 3B | 0 | 37 | 17 | 7D | 32 | 36 |
| Octal | 120 | 305 | 131 | 73 | 0 | 67 | 27 | 175 | 62 | 66 |
| Binary | 1010000 | 11000101 | 1011001 | 111011 | 0 | 110111 | 10111 | 1111101 | 110010 | 110110 |
Color Harmonies of #50C559
Complementary color
Monochromatic Colors of #50C559
Black with #50C559
Text Example
Text Example
White with #50C559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C559; }
p { color: rgb(80,197,89); }
H1.HeaderClassName
{
color: #50C559;
}
.AnyTagClassName
{
color: #50C559;
}
</style>
background-color css
<style>
a { background-color: #50C559; }
a { background-color: rgb(80,197,89); }
div.DivClassName
{
background-color: #50C559;
}
.BgClassName
{
background-color: #50C559;
}
</style>
border-color css
<style>
span { border-color: #50C559; }
span { border-color: rgb(80,197,89); }
td.TdClassName
{
border-color: #50C559;
}
.TagClassName
{
border-color: #50C559;
}
</style>