Shades of Fern #50C859
Tints of Fern #50C859
RGB
CMYK
RGB Variations
Color information
#50C859 (or 0x50C859) is known color: Fern. HEX triplet: 50, C8 and 59. RGB value is (80,200,89). Sum of RGB (Red+Green+Blue) = 80+200+89=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #50C859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C859 is #AF37A6. Grayscale: #979797. Windows color (decimal): -11483047 or 5883984. OLE color: 5883984.
HSL color Cylindrical-coordinate representation of color #50C859: hue angle of 124.5º 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 #50C859 is Cyan = 0.6, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 89 | - |
| CMYK | 0.6 | 0 | 0.56 | 0.22 |
| HSL | 124.5º | 0.52% | 0.55% | - |
| HSV(B) | 124.5º | 0.6% | 0.78% | - |
| XYZ | 25.77 | 43.74 | 16.53 | - |
| YUV | 151.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 89 | 0.6 | 0 | 0.56 | 0.22 | 124.5 | 0.52 | 0.55 |
| Hex | 50 | C8 | 59 | 3C | 0 | 38 | 16 | 7C | 34 | 37 |
| Octal | 120 | 310 | 131 | 74 | 0 | 70 | 26 | 174 | 64 | 67 |
| Binary | 1010000 | 11001000 | 1011001 | 111100 | 0 | 111000 | 10110 | 1111100 | 110100 | 110111 |
Color Harmonies of #50C859
Complementary color
Monochromatic Colors of #50C859
Black with #50C859
Text Example
Text Example
White with #50C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C859; }
p { color: rgb(80,200,89); }
H1.HeaderClassName
{
color: #50C859;
}
.AnyTagClassName
{
color: #50C859;
}
</style>
background-color css
<style>
a { background-color: #50C859; }
a { background-color: rgb(80,200,89); }
div.DivClassName
{
background-color: #50C859;
}
.BgClassName
{
background-color: #50C859;
}
</style>
border-color css
<style>
span { border-color: #50C859; }
span { border-color: rgb(80,200,89); }
td.TdClassName
{
border-color: #50C859;
}
.TagClassName
{
border-color: #50C859;
}
</style>