Shades of Fern #50CB56
Tints of Fern #50CB56
RGB
CMYK
RGB Variations
Color information
#50CB56 (or 0x50CB56) is known color: Fern. HEX triplet: 50, CB and 56. RGB value is (80,203,86). Sum of RGB (Red+Green+Blue) = 80+203+86=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB56 is #AF34A9. Grayscale: #999999. Windows color (decimal): -11482282 or 5688144. OLE color: 5688144.
HSL color Cylindrical-coordinate representation of color #50CB56: hue angle of 122.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB56 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 86 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.20 |
| HSL | 122.93º | 0.54% | 0.55% | - |
| HSV(B) | 122.93º | 0.61% | 0.8% | - |
| XYZ | 26.34 | 45.09 | 16.12 | - |
| YUV | 152.89 | 90.25 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 86 | 0.61 | 0 | 0.58 | 0.20 | 122.93 | 0.54 | 0.55 |
| Hex | 50 | CB | 56 | 3D | 0 | 3A | 14 | 7B | 36 | 37 |
| Octal | 120 | 313 | 126 | 75 | 0 | 72 | 24 | 173 | 66 | 67 |
| Binary | 1010000 | 11001011 | 1010110 | 111101 | 0 | 111010 | 10100 | 1111011 | 110110 | 110111 |
Color Harmonies of #50CB56
Complementary color
Monochromatic Colors of #50CB56
Black with #50CB56
Text Example
Text Example
White with #50CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB56; }
p { color: rgb(80,203,86); }
H1.HeaderClassName
{
color: #50CB56;
}
.AnyTagClassName
{
color: #50CB56;
}
</style>
background-color css
<style>
a { background-color: #50CB56; }
a { background-color: rgb(80,203,86); }
div.DivClassName
{
background-color: #50CB56;
}
.BgClassName
{
background-color: #50CB56;
}
</style>
border-color css
<style>
span { border-color: #50CB56; }
span { border-color: rgb(80,203,86); }
td.TdClassName
{
border-color: #50CB56;
}
.TagClassName
{
border-color: #50CB56;
}
</style>