Shades of Fern #50C05B
Tints of Fern #50C05B
RGB
CMYK
RGB Variations
Color information
#50C05B (or 0x50C05B) is known color: Fern. HEX triplet: 50, C0 and 5B. RGB value is (80,192,91). Sum of RGB (Red+Green+Blue) = 80+192+91=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #50C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C05B is #AF3FA4. Grayscale: #939393. Windows color (decimal): -11485093 or 6013008. OLE color: 6013008.
HSL color Cylindrical-coordinate representation of color #50C05B: hue angle of 125.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C05B is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 91 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.25 |
| HSL | 125.89º | 0.47% | 0.53% | - |
| HSV(B) | 125.89º | 0.58% | 0.75% | - |
| XYZ | 24.05 | 40.16 | 16.38 | - |
| YUV | 147 | 96.39 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 91 | 0.58 | 0 | 0.53 | 0.25 | 125.89 | 0.47 | 0.53 |
| Hex | 50 | C0 | 5B | 3A | 0 | 35 | 19 | 7E | 2F | 35 |
| Octal | 120 | 300 | 133 | 72 | 0 | 65 | 31 | 176 | 57 | 65 |
| Binary | 1010000 | 11000000 | 1011011 | 111010 | 0 | 110101 | 11001 | 1111110 | 101111 | 110101 |
Color Harmonies of #50C05B
Complementary color
Monochromatic Colors of #50C05B
Black with #50C05B
Text Example
Text Example
White with #50C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C05B; }
p { color: rgb(80,192,91); }
H1.HeaderClassName
{
color: #50C05B;
}
.AnyTagClassName
{
color: #50C05B;
}
</style>
background-color css
<style>
a { background-color: #50C05B; }
a { background-color: rgb(80,192,91); }
div.DivClassName
{
background-color: #50C05B;
}
.BgClassName
{
background-color: #50C05B;
}
</style>
border-color css
<style>
span { border-color: #50C05B; }
span { border-color: rgb(80,192,91); }
td.TdClassName
{
border-color: #50C05B;
}
.TagClassName
{
border-color: #50C05B;
}
</style>