Shades of Fern #50BC5F
Tints of Fern #50BC5F
RGB
CMYK
RGB Variations
Color information
#50BC5F (or 0x50BC5F) is known color: Fern. HEX triplet: 50, BC and 5F. RGB value is (80,188,95). Sum of RGB (Red+Green+Blue) = 80+188+95=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC5F is #AF43A0. Grayscale: #919191. Windows color (decimal): -11486113 or 6274128. OLE color: 6274128.
HSL color Cylindrical-coordinate representation of color #50BC5F: hue angle of 128.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC5F is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 95 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.26 |
| HSL | 128.33º | 0.45% | 0.53% | - |
| HSV(B) | 128.33º | 0.57% | 0.74% | - |
| XYZ | 23.36 | 38.5 | 17.03 | - |
| YUV | 145.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 95 | 0.57 | 0 | 0.49 | 0.26 | 128.33 | 0.45 | 0.53 |
| Hex | 50 | BC | 5F | 39 | 0 | 31 | 1A | 80 | 2D | 35 |
| Octal | 120 | 274 | 137 | 71 | 0 | 61 | 32 | 200 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1011111 | 111001 | 0 | 110001 | 11010 | 10000000 | 101101 | 110101 |
Color Harmonies of #50BC5F
Complementary color
Monochromatic Colors of #50BC5F
Black with #50BC5F
Text Example
Text Example
White with #50BC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC5F; }
p { color: rgb(80,188,95); }
H1.HeaderClassName
{
color: #50BC5F;
}
.AnyTagClassName
{
color: #50BC5F;
}
</style>
background-color css
<style>
a { background-color: #50BC5F; }
a { background-color: rgb(80,188,95); }
div.DivClassName
{
background-color: #50BC5F;
}
.BgClassName
{
background-color: #50BC5F;
}
</style>
border-color css
<style>
span { border-color: #50BC5F; }
span { border-color: rgb(80,188,95); }
td.TdClassName
{
border-color: #50BC5F;
}
.TagClassName
{
border-color: #50BC5F;
}
</style>