Shades of Fern #50D352
Tints of Fern #50D352
RGB
CMYK
RGB Variations
Color information
#50D352 (or 0x50D352) is known color: Fern. HEX triplet: 50, D3 and 52. RGB value is (80,211,82). Sum of RGB (Red+Green+Blue) = 80+211+82=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #50D352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D352 is #AF2CAD. Grayscale: #9D9D9D. Windows color (decimal): -11480238 or 5428048. OLE color: 5428048.
HSL color Cylindrical-coordinate representation of color #50D352: hue angle of 120.92º 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 #50D352 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 82 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.17 |
| HSL | 120.92º | 0.6% | 0.57% | - |
| HSV(B) | 120.92º | 0.62% | 0.83% | - |
| XYZ | 28.13 | 48.9 | 15.94 | - |
| YUV | 157.13 | 85.6 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 82 | 0.62 | 0 | 0.61 | 0.17 | 120.92 | 0.6 | 0.57 |
| Hex | 50 | D3 | 52 | 3E | 0 | 3D | 11 | 79 | 3C | 39 |
| Octal | 120 | 323 | 122 | 76 | 0 | 75 | 21 | 171 | 74 | 71 |
| Binary | 1010000 | 11010011 | 1010010 | 111110 | 0 | 111101 | 10001 | 1111001 | 111100 | 111001 |
Color Harmonies of #50D352
Complementary color
Monochromatic Colors of #50D352
Black with #50D352
Text Example
Text Example
White with #50D352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D352; }
p { color: rgb(80,211,82); }
H1.HeaderClassName
{
color: #50D352;
}
.AnyTagClassName
{
color: #50D352;
}
</style>
background-color css
<style>
a { background-color: #50D352; }
a { background-color: rgb(80,211,82); }
div.DivClassName
{
background-color: #50D352;
}
.BgClassName
{
background-color: #50D352;
}
</style>
border-color css
<style>
span { border-color: #50D352; }
span { border-color: rgb(80,211,82); }
td.TdClassName
{
border-color: #50D352;
}
.TagClassName
{
border-color: #50D352;
}
</style>