Shades of Fern #50C858
Tints of Fern #50C858
RGB
CMYK
RGB Variations
Color information
#50C858 (or 0x50C858) is known color: Fern. HEX triplet: 50, C8 and 58. RGB value is (80,200,88). Sum of RGB (Red+Green+Blue) = 80+200+88=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #50C858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C858 is #AF37A7. Grayscale: #979797. Windows color (decimal): -11483048 or 5818448. OLE color: 5818448.
HSL color Cylindrical-coordinate representation of color #50C858: hue angle of 124º 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 #50C858 is Cyan = 0.6, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 88 | - |
| CMYK | 0.6 | 0 | 0.56 | 0.22 |
| HSL | 124º | 0.52% | 0.55% | - |
| HSV(B) | 124º | 0.6% | 0.78% | - |
| XYZ | 25.72 | 43.72 | 16.32 | - |
| YUV | 151.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 88 | 0.6 | 0 | 0.56 | 0.22 | 124 | 0.52 | 0.55 |
| Hex | 50 | C8 | 58 | 3C | 0 | 38 | 16 | 7C | 34 | 37 |
| Octal | 120 | 310 | 130 | 74 | 0 | 70 | 26 | 174 | 64 | 67 |
| Binary | 1010000 | 11001000 | 1011000 | 111100 | 0 | 111000 | 10110 | 1111100 | 110100 | 110111 |
Color Harmonies of #50C858
Complementary color
Monochromatic Colors of #50C858
Black with #50C858
Text Example
Text Example
White with #50C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C858; }
p { color: rgb(80,200,88); }
H1.HeaderClassName
{
color: #50C858;
}
.AnyTagClassName
{
color: #50C858;
}
</style>
background-color css
<style>
a { background-color: #50C858; }
a { background-color: rgb(80,200,88); }
div.DivClassName
{
background-color: #50C858;
}
.BgClassName
{
background-color: #50C858;
}
</style>
border-color css
<style>
span { border-color: #50C858; }
span { border-color: rgb(80,200,88); }
td.TdClassName
{
border-color: #50C858;
}
.TagClassName
{
border-color: #50C858;
}
</style>