Shades of Fern #50BE5D
Tints of Fern #50BE5D
RGB
CMYK
RGB Variations
Color information
#50BE5D (or 0x50BE5D) is known color: Fern. HEX triplet: 50, BE and 5D. RGB value is (80,190,93). Sum of RGB (Red+Green+Blue) = 80+190+93=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE5D is #AF41A2. Grayscale: #929292. Windows color (decimal): -11485603 or 6143568. OLE color: 6143568.
HSL color Cylindrical-coordinate representation of color #50BE5D: hue angle of 127.09º 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 #50BE5D is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 93 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.25 |
| HSL | 127.09º | 0.46% | 0.53% | - |
| HSV(B) | 127.09º | 0.58% | 0.75% | - |
| XYZ | 23.7 | 39.32 | 16.7 | - |
| YUV | 146.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 93 | 0.58 | 0 | 0.51 | 0.25 | 127.09 | 0.46 | 0.53 |
| Hex | 50 | BE | 5D | 3A | 0 | 33 | 19 | 7F | 2E | 35 |
| Octal | 120 | 276 | 135 | 72 | 0 | 63 | 31 | 177 | 56 | 65 |
| Binary | 1010000 | 10111110 | 1011101 | 111010 | 0 | 110011 | 11001 | 1111111 | 101110 | 110101 |
Color Harmonies of #50BE5D
Complementary color
Monochromatic Colors of #50BE5D
Black with #50BE5D
Text Example
Text Example
White with #50BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE5D; }
p { color: rgb(80,190,93); }
H1.HeaderClassName
{
color: #50BE5D;
}
.AnyTagClassName
{
color: #50BE5D;
}
</style>
background-color css
<style>
a { background-color: #50BE5D; }
a { background-color: rgb(80,190,93); }
div.DivClassName
{
background-color: #50BE5D;
}
.BgClassName
{
background-color: #50BE5D;
}
</style>
border-color css
<style>
span { border-color: #50BE5D; }
span { border-color: rgb(80,190,93); }
td.TdClassName
{
border-color: #50BE5D;
}
.TagClassName
{
border-color: #50BE5D;
}
</style>