Shades of Fern #50B968
Tints of Fern #50B968
RGB
CMYK
RGB Variations
Color information
#50B968 (or 0x50B968) is known color: Fern. HEX triplet: 50, B9 and 68. RGB value is (80,185,104). Sum of RGB (Red+Green+Blue) = 80+185+104=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #50B968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B968 is #AF4697. Grayscale: #909090. Windows color (decimal): -11486872 or 6863184. OLE color: 6863184.
HSL color Cylindrical-coordinate representation of color #50B968: hue angle of 133.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B968 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 104 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.27 |
| HSL | 133.71º | 0.43% | 0.52% | - |
| HSV(B) | 133.71º | 0.57% | 0.73% | - |
| XYZ | 23.16 | 37.4 | 19.1 | - |
| YUV | 144.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 104 | 0.57 | 0 | 0.44 | 0.27 | 133.71 | 0.43 | 0.52 |
| Hex | 50 | B9 | 68 | 39 | 0 | 2C | 1B | 86 | 2B | 34 |
| Octal | 120 | 271 | 150 | 71 | 0 | 54 | 33 | 206 | 53 | 64 |
| Binary | 1010000 | 10111001 | 1101000 | 111001 | 0 | 101100 | 11011 | 10000110 | 101011 | 110100 |
Color Harmonies of #50B968
Complementary color
Monochromatic Colors of #50B968
Black with #50B968
Text Example
Text Example
White with #50B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B968; }
p { color: rgb(80,185,104); }
H1.HeaderClassName
{
color: #50B968;
}
.AnyTagClassName
{
color: #50B968;
}
</style>
background-color css
<style>
a { background-color: #50B968; }
a { background-color: rgb(80,185,104); }
div.DivClassName
{
background-color: #50B968;
}
.BgClassName
{
background-color: #50B968;
}
</style>
border-color css
<style>
span { border-color: #50B968; }
span { border-color: rgb(80,185,104); }
td.TdClassName
{
border-color: #50B968;
}
.TagClassName
{
border-color: #50B968;
}
</style>