Shades of Fern #50C360
Tints of Fern #50C360
RGB
CMYK
RGB Variations
Color information
#50C360 (or 0x50C360) is known color: Fern. HEX triplet: 50, C3 and 60. RGB value is (80,195,96). Sum of RGB (Red+Green+Blue) = 80+195+96=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #50C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C360 is #AF3C9F. Grayscale: #959595. Windows color (decimal): -11484320 or 6341456. OLE color: 6341456.
HSL color Cylindrical-coordinate representation of color #50C360: hue angle of 128.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C360 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 96 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.24 |
| HSL | 128.35º | 0.49% | 0.54% | - |
| HSV(B) | 128.35º | 0.59% | 0.76% | - |
| XYZ | 24.93 | 41.58 | 17.78 | - |
| YUV | 149.33 | 97.9 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 96 | 0.59 | 0 | 0.51 | 0.24 | 128.35 | 0.49 | 0.54 |
| Hex | 50 | C3 | 60 | 3B | 0 | 33 | 18 | 80 | 31 | 36 |
| Octal | 120 | 303 | 140 | 73 | 0 | 63 | 30 | 200 | 61 | 66 |
| Binary | 1010000 | 11000011 | 1100000 | 111011 | 0 | 110011 | 11000 | 10000000 | 110001 | 110110 |
Color Harmonies of #50C360
Complementary color
Monochromatic Colors of #50C360
Black with #50C360
Text Example
Text Example
White with #50C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C360; }
p { color: rgb(80,195,96); }
H1.HeaderClassName
{
color: #50C360;
}
.AnyTagClassName
{
color: #50C360;
}
</style>
background-color css
<style>
a { background-color: #50C360; }
a { background-color: rgb(80,195,96); }
div.DivClassName
{
background-color: #50C360;
}
.BgClassName
{
background-color: #50C360;
}
</style>
border-color css
<style>
span { border-color: #50C360; }
span { border-color: rgb(80,195,96); }
td.TdClassName
{
border-color: #50C360;
}
.TagClassName
{
border-color: #50C360;
}
</style>