Shades of Fern #50C05C
Tints of Fern #50C05C
RGB
CMYK
RGB Variations
Color information
#50C05C (or 0x50C05C) is known color: Fern. HEX triplet: 50, C0 and 5C. RGB value is (80,192,92). Sum of RGB (Red+Green+Blue) = 80+192+92=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #50C05C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C05C is #AF3FA3. Grayscale: #939393. Windows color (decimal): -11485092 or 6078544. OLE color: 6078544.
HSL color Cylindrical-coordinate representation of color #50C05C: hue angle of 126.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C05C is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 92 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.25 |
| HSL | 126.43º | 0.47% | 0.53% | - |
| HSV(B) | 126.43º | 0.58% | 0.75% | - |
| XYZ | 24.09 | 40.18 | 16.61 | - |
| YUV | 147.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 92 | 0.58 | 0 | 0.52 | 0.25 | 126.43 | 0.47 | 0.53 |
| Hex | 50 | C0 | 5C | 3A | 0 | 34 | 19 | 7E | 2F | 35 |
| Octal | 120 | 300 | 134 | 72 | 0 | 64 | 31 | 176 | 57 | 65 |
| Binary | 1010000 | 11000000 | 1011100 | 111010 | 0 | 110100 | 11001 | 1111110 | 101111 | 110101 |
Color Harmonies of #50C05C
Complementary color
Monochromatic Colors of #50C05C
Black with #50C05C
Text Example
Text Example
White with #50C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C05C; }
p { color: rgb(80,192,92); }
H1.HeaderClassName
{
color: #50C05C;
}
.AnyTagClassName
{
color: #50C05C;
}
</style>
background-color css
<style>
a { background-color: #50C05C; }
a { background-color: rgb(80,192,92); }
div.DivClassName
{
background-color: #50C05C;
}
.BgClassName
{
background-color: #50C05C;
}
</style>
border-color css
<style>
span { border-color: #50C05C; }
span { border-color: rgb(80,192,92); }
td.TdClassName
{
border-color: #50C05C;
}
.TagClassName
{
border-color: #50C05C;
}
</style>