Shades of Fern #50C45F
Tints of Fern #50C45F
RGB
CMYK
RGB Variations
Color information
#50C45F (or 0x50C45F) is known color: Fern. HEX triplet: 50, C4 and 5F. RGB value is (80,196,95). Sum of RGB (Red+Green+Blue) = 80+196+95=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #50C45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C45F is #AF3BA0. Grayscale: #969696. Windows color (decimal): -11484065 or 6276176. OLE color: 6276176.
HSL color Cylindrical-coordinate representation of color #50C45F: hue angle of 127.76º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C45F is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 95 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.23 |
| HSL | 127.76º | 0.5% | 0.54% | - |
| HSV(B) | 127.76º | 0.59% | 0.77% | - |
| XYZ | 25.11 | 42.01 | 17.61 | - |
| YUV | 149.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 95 | 0.59 | 0 | 0.52 | 0.23 | 127.76 | 0.5 | 0.54 |
| Hex | 50 | C4 | 5F | 3B | 0 | 34 | 17 | 80 | 32 | 36 |
| Octal | 120 | 304 | 137 | 73 | 0 | 64 | 27 | 200 | 62 | 66 |
| Binary | 1010000 | 11000100 | 1011111 | 111011 | 0 | 110100 | 10111 | 10000000 | 110010 | 110110 |
Color Harmonies of #50C45F
Complementary color
Monochromatic Colors of #50C45F
Black with #50C45F
Text Example
Text Example
White with #50C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C45F; }
p { color: rgb(80,196,95); }
H1.HeaderClassName
{
color: #50C45F;
}
.AnyTagClassName
{
color: #50C45F;
}
</style>
background-color css
<style>
a { background-color: #50C45F; }
a { background-color: rgb(80,196,95); }
div.DivClassName
{
background-color: #50C45F;
}
.BgClassName
{
background-color: #50C45F;
}
</style>
border-color css
<style>
span { border-color: #50C45F; }
span { border-color: rgb(80,196,95); }
td.TdClassName
{
border-color: #50C45F;
}
.TagClassName
{
border-color: #50C45F;
}
</style>