Shades of Fern #50C55A
Tints of Fern #50C55A
RGB
CMYK
RGB Variations
Color information
#50C55A (or 0x50C55A) is known color: Fern. HEX triplet: 50, C5 and 5A. RGB value is (80,197,90). Sum of RGB (Red+Green+Blue) = 80+197+90=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #50C55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C55A is #AF3AA5. Grayscale: #969696. Windows color (decimal): -11483814 or 5948752. OLE color: 5948752.
HSL color Cylindrical-coordinate representation of color #50C55A: hue angle of 125.13º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C55A is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 90 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.23 |
| HSL | 125.13º | 0.5% | 0.54% | - |
| HSV(B) | 125.13º | 0.59% | 0.77% | - |
| XYZ | 25.12 | 42.38 | 16.53 | - |
| YUV | 149.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 90 | 0.59 | 0 | 0.54 | 0.23 | 125.13 | 0.5 | 0.54 |
| Hex | 50 | C5 | 5A | 3B | 0 | 36 | 17 | 7D | 32 | 36 |
| Octal | 120 | 305 | 132 | 73 | 0 | 66 | 27 | 175 | 62 | 66 |
| Binary | 1010000 | 11000101 | 1011010 | 111011 | 0 | 110110 | 10111 | 1111101 | 110010 | 110110 |
Color Harmonies of #50C55A
Complementary color
Monochromatic Colors of #50C55A
Black with #50C55A
Text Example
Text Example
White with #50C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C55A; }
p { color: rgb(80,197,90); }
H1.HeaderClassName
{
color: #50C55A;
}
.AnyTagClassName
{
color: #50C55A;
}
</style>
background-color css
<style>
a { background-color: #50C55A; }
a { background-color: rgb(80,197,90); }
div.DivClassName
{
background-color: #50C55A;
}
.BgClassName
{
background-color: #50C55A;
}
</style>
border-color css
<style>
span { border-color: #50C55A; }
span { border-color: rgb(80,197,90); }
td.TdClassName
{
border-color: #50C55A;
}
.TagClassName
{
border-color: #50C55A;
}
</style>