Shades of Fern #50D354
Tints of Fern #50D354
RGB
CMYK
RGB Variations
Color information
#50D354 (or 0x50D354) is known color: Fern. HEX triplet: 50, D3 and 54. RGB value is (80,211,84). Sum of RGB (Red+Green+Blue) = 80+211+84=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #50D354 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D354 is #AF2CAB. Grayscale: #9D9D9D. Windows color (decimal): -11480236 or 5559120. OLE color: 5559120.
HSL color Cylindrical-coordinate representation of color #50D354: hue angle of 121.83º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D354 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 84 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.17 |
| HSL | 121.83º | 0.6% | 0.57% | - |
| HSV(B) | 121.83º | 0.62% | 0.83% | - |
| XYZ | 28.2 | 48.93 | 16.35 | - |
| YUV | 157.35 | 86.6 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 84 | 0.62 | 0 | 0.60 | 0.17 | 121.83 | 0.6 | 0.57 |
| Hex | 50 | D3 | 54 | 3E | 0 | 3C | 11 | 7A | 3C | 39 |
| Octal | 120 | 323 | 124 | 76 | 0 | 74 | 21 | 172 | 74 | 71 |
| Binary | 1010000 | 11010011 | 1010100 | 111110 | 0 | 111100 | 10001 | 1111010 | 111100 | 111001 |
Color Harmonies of #50D354
Complementary color
Monochromatic Colors of #50D354
Black with #50D354
Text Example
Text Example
White with #50D354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D354; }
p { color: rgb(80,211,84); }
H1.HeaderClassName
{
color: #50D354;
}
.AnyTagClassName
{
color: #50D354;
}
</style>
background-color css
<style>
a { background-color: #50D354; }
a { background-color: rgb(80,211,84); }
div.DivClassName
{
background-color: #50D354;
}
.BgClassName
{
background-color: #50D354;
}
</style>
border-color css
<style>
span { border-color: #50D354; }
span { border-color: rgb(80,211,84); }
td.TdClassName
{
border-color: #50D354;
}
.TagClassName
{
border-color: #50D354;
}
</style>