Shades of Fern #50C855
Tints of Fern #50C855
RGB
CMYK
RGB Variations
Color information
#50C855 (or 0x50C855) is known color: Fern. HEX triplet: 50, C8 and 55. RGB value is (80,200,85). Sum of RGB (Red+Green+Blue) = 80+200+85=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #50C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C855 is #AF37AA. Grayscale: #979797. Windows color (decimal): -11483051 or 5621840. OLE color: 5621840.
HSL color Cylindrical-coordinate representation of color #50C855: hue angle of 122.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 #50C855 is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 85 | - |
| CMYK | 0.6 | 0 | 0.58 | 0.22 |
| HSL | 122.5º | 0.52% | 0.55% | - |
| HSV(B) | 122.5º | 0.6% | 0.78% | - |
| XYZ | 25.6 | 43.67 | 15.67 | - |
| YUV | 151.01 | 90.74 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 85 | 0.6 | 0 | 0.58 | 0.22 | 122.5 | 0.52 | 0.55 |
| Hex | 50 | C8 | 55 | 3C | 0 | 3A | 16 | 7B | 34 | 37 |
| Octal | 120 | 310 | 125 | 74 | 0 | 72 | 26 | 173 | 64 | 67 |
| Binary | 1010000 | 11001000 | 1010101 | 111100 | 0 | 111010 | 10110 | 1111011 | 110100 | 110111 |
Color Harmonies of #50C855
Complementary color
Monochromatic Colors of #50C855
Black with #50C855
Text Example
Text Example
White with #50C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C855; }
p { color: rgb(80,200,85); }
H1.HeaderClassName
{
color: #50C855;
}
.AnyTagClassName
{
color: #50C855;
}
</style>
background-color css
<style>
a { background-color: #50C855; }
a { background-color: rgb(80,200,85); }
div.DivClassName
{
background-color: #50C855;
}
.BgClassName
{
background-color: #50C855;
}
</style>
border-color css
<style>
span { border-color: #50C855; }
span { border-color: rgb(80,200,85); }
td.TdClassName
{
border-color: #50C855;
}
.TagClassName
{
border-color: #50C855;
}
</style>