Shades of Fern #50B766
Tints of Fern #50B766
RGB
CMYK
RGB Variations
Color information
#50B766 (or 0x50B766) is known color: Fern. HEX triplet: 50, B7 and 66. RGB value is (80,183,102). Sum of RGB (Red+Green+Blue) = 80+183+102=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #50B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B766 is #AF4899. Grayscale: #8F8F8F. Windows color (decimal): -11487386 or 6731600. OLE color: 6731600.
HSL color Cylindrical-coordinate representation of color #50B766: hue angle of 132.82º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B766 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 183 | 102 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.28 |
| HSL | 132.82º | 0.42% | 0.52% | - |
| HSV(B) | 132.82º | 0.56% | 0.72% | - |
| XYZ | 22.64 | 36.53 | 18.43 | - |
| YUV | 142.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 102 | 0.56 | 0 | 0.44 | 0.28 | 132.82 | 0.42 | 0.52 |
| Hex | 50 | B7 | 66 | 38 | 0 | 2C | 1C | 85 | 2A | 34 |
| Octal | 120 | 267 | 146 | 70 | 0 | 54 | 34 | 205 | 52 | 64 |
| Binary | 1010000 | 10110111 | 1100110 | 111000 | 0 | 101100 | 11100 | 10000101 | 101010 | 110100 |
Color Harmonies of #50B766
Complementary color
Monochromatic Colors of #50B766
Black with #50B766
Text Example
Text Example
White with #50B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B766; }
p { color: rgb(80,183,102); }
H1.HeaderClassName
{
color: #50B766;
}
.AnyTagClassName
{
color: #50B766;
}
</style>
background-color css
<style>
a { background-color: #50B766; }
a { background-color: rgb(80,183,102); }
div.DivClassName
{
background-color: #50B766;
}
.BgClassName
{
background-color: #50B766;
}
</style>
border-color css
<style>
span { border-color: #50B766; }
span { border-color: rgb(80,183,102); }
td.TdClassName
{
border-color: #50B766;
}
.TagClassName
{
border-color: #50B766;
}
</style>