Shades of Fern #50B864
Tints of Fern #50B864
RGB
CMYK
RGB Variations
Color information
#50B864 (or 0x50B864) is known color: Fern. HEX triplet: 50, B8 and 64. RGB value is (80,184,100). Sum of RGB (Red+Green+Blue) = 80+184+100=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #50B864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B864 is #AF479B. Grayscale: #8F8F8F. Windows color (decimal): -11487132 or 6600784. OLE color: 6600784.
HSL color Cylindrical-coordinate representation of color #50B864: hue angle of 131.54º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B864 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 100 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.28 |
| HSL | 131.54º | 0.42% | 0.52% | - |
| HSV(B) | 131.54º | 0.57% | 0.72% | - |
| XYZ | 22.75 | 36.91 | 17.98 | - |
| YUV | 143.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 100 | 0.57 | 0 | 0.46 | 0.28 | 131.54 | 0.42 | 0.52 |
| Hex | 50 | B8 | 64 | 39 | 0 | 2E | 1C | 84 | 2A | 34 |
| Octal | 120 | 270 | 144 | 71 | 0 | 56 | 34 | 204 | 52 | 64 |
| Binary | 1010000 | 10111000 | 1100100 | 111001 | 0 | 101110 | 11100 | 10000100 | 101010 | 110100 |
Color Harmonies of #50B864
Complementary color
Monochromatic Colors of #50B864
Black with #50B864
Text Example
Text Example
White with #50B864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B864; }
p { color: rgb(80,184,100); }
H1.HeaderClassName
{
color: #50B864;
}
.AnyTagClassName
{
color: #50B864;
}
</style>
background-color css
<style>
a { background-color: #50B864; }
a { background-color: rgb(80,184,100); }
div.DivClassName
{
background-color: #50B864;
}
.BgClassName
{
background-color: #50B864;
}
</style>
border-color css
<style>
span { border-color: #50B864; }
span { border-color: rgb(80,184,100); }
td.TdClassName
{
border-color: #50B864;
}
.TagClassName
{
border-color: #50B864;
}
</style>