Shades of Fern #50D353
Tints of Fern #50D353
RGB
CMYK
RGB Variations
Color information
#50D353 (or 0x50D353) is known color: Fern. HEX triplet: 50, D3 and 53. RGB value is (80,211,83). Sum of RGB (Red+Green+Blue) = 80+211+83=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #50D353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D353 is #AF2CAC. Grayscale: #9D9D9D. Windows color (decimal): -11480237 or 5493584. OLE color: 5493584.
HSL color Cylindrical-coordinate representation of color #50D353: hue angle of 121.37º 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 #50D353 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 83 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.17 |
| HSL | 121.37º | 0.6% | 0.57% | - |
| HSV(B) | 121.37º | 0.62% | 0.83% | - |
| XYZ | 28.16 | 48.92 | 16.14 | - |
| YUV | 157.24 | 86.1 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 83 | 0.62 | 0 | 0.61 | 0.17 | 121.37 | 0.6 | 0.57 |
| Hex | 50 | D3 | 53 | 3E | 0 | 3D | 11 | 79 | 3C | 39 |
| Octal | 120 | 323 | 123 | 76 | 0 | 75 | 21 | 171 | 74 | 71 |
| Binary | 1010000 | 11010011 | 1010011 | 111110 | 0 | 111101 | 10001 | 1111001 | 111100 | 111001 |
Color Harmonies of #50D353
Complementary color
Monochromatic Colors of #50D353
Black with #50D353
Text Example
Text Example
White with #50D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D353; }
p { color: rgb(80,211,83); }
H1.HeaderClassName
{
color: #50D353;
}
.AnyTagClassName
{
color: #50D353;
}
</style>
background-color css
<style>
a { background-color: #50D353; }
a { background-color: rgb(80,211,83); }
div.DivClassName
{
background-color: #50D353;
}
.BgClassName
{
background-color: #50D353;
}
</style>
border-color css
<style>
span { border-color: #50D353; }
span { border-color: rgb(80,211,83); }
td.TdClassName
{
border-color: #50D353;
}
.TagClassName
{
border-color: #50D353;
}
</style>