Shades of Fern #50CB5E
Tints of Fern #50CB5E
RGB
CMYK
RGB Variations
Color information
#50CB5E (or 0x50CB5E) is known color: Fern. HEX triplet: 50, CB and 5E. RGB value is (80,203,94). Sum of RGB (Red+Green+Blue) = 80+203+94=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB5E is #AF34A1. Grayscale: #9A9A9A. Windows color (decimal): -11482274 or 6212432. OLE color: 6212432.
HSL color Cylindrical-coordinate representation of color #50CB5E: hue angle of 126.83º 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 #50CB5E is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 94 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.20 |
| HSL | 126.83º | 0.54% | 0.55% | - |
| HSV(B) | 126.83º | 0.61% | 0.8% | - |
| XYZ | 26.68 | 45.23 | 17.91 | - |
| YUV | 153.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 94 | 0.61 | 0 | 0.54 | 0.20 | 126.83 | 0.54 | 0.55 |
| Hex | 50 | CB | 5E | 3D | 0 | 36 | 14 | 7F | 36 | 37 |
| Octal | 120 | 313 | 136 | 75 | 0 | 66 | 24 | 177 | 66 | 67 |
| Binary | 1010000 | 11001011 | 1011110 | 111101 | 0 | 110110 | 10100 | 1111111 | 110110 | 110111 |
Color Harmonies of #50CB5E
Complementary color
Monochromatic Colors of #50CB5E
Black with #50CB5E
Text Example
Text Example
White with #50CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB5E; }
p { color: rgb(80,203,94); }
H1.HeaderClassName
{
color: #50CB5E;
}
.AnyTagClassName
{
color: #50CB5E;
}
</style>
background-color css
<style>
a { background-color: #50CB5E; }
a { background-color: rgb(80,203,94); }
div.DivClassName
{
background-color: #50CB5E;
}
.BgClassName
{
background-color: #50CB5E;
}
</style>
border-color css
<style>
span { border-color: #50CB5E; }
span { border-color: rgb(80,203,94); }
td.TdClassName
{
border-color: #50CB5E;
}
.TagClassName
{
border-color: #50CB5E;
}
</style>