Shades of Fern #50C95A
Tints of Fern #50C95A
RGB
CMYK
RGB Variations
Color information
#50C95A (or 0x50C95A) is known color: Fern. HEX triplet: 50, C9 and 5A. RGB value is (80,201,90). Sum of RGB (Red+Green+Blue) = 80+201+90=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #50C95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C95A is #AF36A5. Grayscale: #989898. Windows color (decimal): -11482790 or 5949776. OLE color: 5949776.
HSL color Cylindrical-coordinate representation of color #50C95A: hue angle of 124.96º 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 #50C95A is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 90 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.21 |
| HSL | 124.96º | 0.53% | 0.55% | - |
| HSV(B) | 124.96º | 0.6% | 0.79% | - |
| XYZ | 26.04 | 44.22 | 16.84 | - |
| YUV | 152.17 | 92.91 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 90 | 0.60 | 0 | 0.55 | 0.21 | 124.96 | 0.53 | 0.55 |
| Hex | 50 | C9 | 5A | 3C | 0 | 37 | 15 | 7D | 35 | 37 |
| Octal | 120 | 311 | 132 | 74 | 0 | 67 | 25 | 175 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1011010 | 111100 | 0 | 110111 | 10101 | 1111101 | 110101 | 110111 |
Color Harmonies of #50C95A
Complementary color
Monochromatic Colors of #50C95A
Black with #50C95A
Text Example
Text Example
White with #50C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C95A; }
p { color: rgb(80,201,90); }
H1.HeaderClassName
{
color: #50C95A;
}
.AnyTagClassName
{
color: #50C95A;
}
</style>
background-color css
<style>
a { background-color: #50C95A; }
a { background-color: rgb(80,201,90); }
div.DivClassName
{
background-color: #50C95A;
}
.BgClassName
{
background-color: #50C95A;
}
</style>
border-color css
<style>
span { border-color: #50C95A; }
span { border-color: rgb(80,201,90); }
td.TdClassName
{
border-color: #50C95A;
}
.TagClassName
{
border-color: #50C95A;
}
</style>