Shades of Fern #50C55C
Tints of Fern #50C55C
RGB
CMYK
RGB Variations
Color information
#50C55C (or 0x50C55C) is known color: Fern. HEX triplet: 50, C5 and 5C. RGB value is (80,197,92). Sum of RGB (Red+Green+Blue) = 80+197+92=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #50C55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C55C is #AF3AA3. Grayscale: #969696. Windows color (decimal): -11483812 or 6079824. OLE color: 6079824.
HSL color Cylindrical-coordinate representation of color #50C55C: hue angle of 126.15º 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 #50C55C is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 92 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.23 |
| HSL | 126.15º | 0.5% | 0.54% | - |
| HSV(B) | 126.15º | 0.59% | 0.77% | - |
| XYZ | 25.21 | 42.41 | 16.98 | - |
| YUV | 150.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 92 | 0.59 | 0 | 0.53 | 0.23 | 126.15 | 0.5 | 0.54 |
| Hex | 50 | C5 | 5C | 3B | 0 | 35 | 17 | 7E | 32 | 36 |
| Octal | 120 | 305 | 134 | 73 | 0 | 65 | 27 | 176 | 62 | 66 |
| Binary | 1010000 | 11000101 | 1011100 | 111011 | 0 | 110101 | 10111 | 1111110 | 110010 | 110110 |
Color Harmonies of #50C55C
Complementary color
Monochromatic Colors of #50C55C
Black with #50C55C
Text Example
Text Example
White with #50C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C55C; }
p { color: rgb(80,197,92); }
H1.HeaderClassName
{
color: #50C55C;
}
.AnyTagClassName
{
color: #50C55C;
}
</style>
background-color css
<style>
a { background-color: #50C55C; }
a { background-color: rgb(80,197,92); }
div.DivClassName
{
background-color: #50C55C;
}
.BgClassName
{
background-color: #50C55C;
}
</style>
border-color css
<style>
span { border-color: #50C55C; }
span { border-color: rgb(80,197,92); }
td.TdClassName
{
border-color: #50C55C;
}
.TagClassName
{
border-color: #50C55C;
}
</style>