Shades of Fern #50BE5E
Tints of Fern #50BE5E
RGB
CMYK
RGB Variations
Color information
#50BE5E (or 0x50BE5E) is known color: Fern. HEX triplet: 50, BE and 5E. RGB value is (80,190,94). Sum of RGB (Red+Green+Blue) = 80+190+94=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE5E is #AF41A1. Grayscale: #929292. Windows color (decimal): -11485602 or 6209104. OLE color: 6209104.
HSL color Cylindrical-coordinate representation of color #50BE5E: hue angle of 127.64º degrees, saturation: 0.46, 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 #50BE5E is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 94 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.25 |
| HSL | 127.64º | 0.46% | 0.53% | - |
| HSV(B) | 127.64º | 0.58% | 0.75% | - |
| XYZ | 23.74 | 39.34 | 16.93 | - |
| YUV | 146.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 94 | 0.58 | 0 | 0.51 | 0.25 | 127.64 | 0.46 | 0.53 |
| Hex | 50 | BE | 5E | 3A | 0 | 33 | 19 | 80 | 2E | 35 |
| Octal | 120 | 276 | 136 | 72 | 0 | 63 | 31 | 200 | 56 | 65 |
| Binary | 1010000 | 10111110 | 1011110 | 111010 | 0 | 110011 | 11001 | 10000000 | 101110 | 110101 |
Color Harmonies of #50BE5E
Complementary color
Monochromatic Colors of #50BE5E
Black with #50BE5E
Text Example
Text Example
White with #50BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE5E; }
p { color: rgb(80,190,94); }
H1.HeaderClassName
{
color: #50BE5E;
}
.AnyTagClassName
{
color: #50BE5E;
}
</style>
background-color css
<style>
a { background-color: #50BE5E; }
a { background-color: rgb(80,190,94); }
div.DivClassName
{
background-color: #50BE5E;
}
.BgClassName
{
background-color: #50BE5E;
}
</style>
border-color css
<style>
span { border-color: #50BE5E; }
span { border-color: rgb(80,190,94); }
td.TdClassName
{
border-color: #50BE5E;
}
.TagClassName
{
border-color: #50BE5E;
}
</style>