Shades of Fern #50CA5E
Tints of Fern #50CA5E
RGB
CMYK
RGB Variations
Color information
#50CA5E (or 0x50CA5E) is known color: Fern. HEX triplet: 50, CA and 5E. RGB value is (80,202,94). Sum of RGB (Red+Green+Blue) = 80+202+94=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA5E is #AF35A1. Grayscale: #999999. Windows color (decimal): -11482530 or 6212176. OLE color: 6212176.
HSL color Cylindrical-coordinate representation of color #50CA5E: hue angle of 126.89º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA5E is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 94 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.21 |
| HSL | 126.89º | 0.54% | 0.55% | - |
| HSV(B) | 126.89º | 0.6% | 0.79% | - |
| XYZ | 26.45 | 44.75 | 17.83 | - |
| YUV | 153.21 | 94.58 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 94 | 0.60 | 0 | 0.53 | 0.21 | 126.89 | 0.54 | 0.55 |
| Hex | 50 | CA | 5E | 3C | 0 | 35 | 15 | 7F | 36 | 37 |
| Octal | 120 | 312 | 136 | 74 | 0 | 65 | 25 | 177 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1011110 | 111100 | 0 | 110101 | 10101 | 1111111 | 110110 | 110111 |
Color Harmonies of #50CA5E
Complementary color
Monochromatic Colors of #50CA5E
Black with #50CA5E
Text Example
Text Example
White with #50CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA5E; }
p { color: rgb(80,202,94); }
H1.HeaderClassName
{
color: #50CA5E;
}
.AnyTagClassName
{
color: #50CA5E;
}
</style>
background-color css
<style>
a { background-color: #50CA5E; }
a { background-color: rgb(80,202,94); }
div.DivClassName
{
background-color: #50CA5E;
}
.BgClassName
{
background-color: #50CA5E;
}
</style>
border-color css
<style>
span { border-color: #50CA5E; }
span { border-color: rgb(80,202,94); }
td.TdClassName
{
border-color: #50CA5E;
}
.TagClassName
{
border-color: #50CA5E;
}
</style>