Shades of Fern #50C951
Tints of Fern #50C951
RGB
CMYK
RGB Variations
Color information
#50C951 (or 0x50C951) is known color: Fern. HEX triplet: 50, C9 and 51. RGB value is (80,201,81). Sum of RGB (Red+Green+Blue) = 80+201+81=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #50C951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C951 is #AF36AE. Grayscale: #979797. Windows color (decimal): -11482799 or 5359952. OLE color: 5359952.
HSL color Cylindrical-coordinate representation of color #50C951: hue angle of 120.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C951 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 81 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.21 |
| HSL | 120.5º | 0.53% | 0.55% | - |
| HSV(B) | 120.5º | 0.6% | 0.79% | - |
| XYZ | 25.68 | 44.07 | 14.94 | - |
| YUV | 151.14 | 88.41 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 81 | 0.60 | 0 | 0.60 | 0.21 | 120.5 | 0.53 | 0.55 |
| Hex | 50 | C9 | 51 | 3C | 0 | 3C | 15 | 78 | 35 | 37 |
| Octal | 120 | 311 | 121 | 74 | 0 | 74 | 25 | 170 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1010001 | 111100 | 0 | 111100 | 10101 | 1111000 | 110101 | 110111 |
Color Harmonies of #50C951
Complementary color
Monochromatic Colors of #50C951
Black with #50C951
Text Example
Text Example
White with #50C951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C951; }
p { color: rgb(80,201,81); }
H1.HeaderClassName
{
color: #50C951;
}
.AnyTagClassName
{
color: #50C951;
}
</style>
background-color css
<style>
a { background-color: #50C951; }
a { background-color: rgb(80,201,81); }
div.DivClassName
{
background-color: #50C951;
}
.BgClassName
{
background-color: #50C951;
}
</style>
border-color css
<style>
span { border-color: #50C951; }
span { border-color: rgb(80,201,81); }
td.TdClassName
{
border-color: #50C951;
}
.TagClassName
{
border-color: #50C951;
}
</style>