Shades of Fern #50BA5C
Tints of Fern #50BA5C
RGB
CMYK
RGB Variations
Color information
#50BA5C (or 0x50BA5C) is known color: Fern. HEX triplet: 50, BA and 5C. RGB value is (80,186,92). Sum of RGB (Red+Green+Blue) = 80+186+92=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA5C is #AF45A3. Grayscale: #8F8F8F. Windows color (decimal): -11486628 or 6077008. OLE color: 6077008.
HSL color Cylindrical-coordinate representation of color #50BA5C: hue angle of 126.79º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA5C is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 92 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.27 |
| HSL | 126.79º | 0.43% | 0.52% | - |
| HSV(B) | 126.79º | 0.57% | 0.73% | - |
| XYZ | 22.8 | 37.6 | 16.18 | - |
| YUV | 143.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 92 | 0.57 | 0 | 0.51 | 0.27 | 126.79 | 0.43 | 0.52 |
| Hex | 50 | BA | 5C | 39 | 0 | 33 | 1B | 7F | 2B | 34 |
| Octal | 120 | 272 | 134 | 71 | 0 | 63 | 33 | 177 | 53 | 64 |
| Binary | 1010000 | 10111010 | 1011100 | 111001 | 0 | 110011 | 11011 | 1111111 | 101011 | 110100 |
Color Harmonies of #50BA5C
Complementary color
Monochromatic Colors of #50BA5C
Black with #50BA5C
Text Example
Text Example
White with #50BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA5C; }
p { color: rgb(80,186,92); }
H1.HeaderClassName
{
color: #50BA5C;
}
.AnyTagClassName
{
color: #50BA5C;
}
</style>
background-color css
<style>
a { background-color: #50BA5C; }
a { background-color: rgb(80,186,92); }
div.DivClassName
{
background-color: #50BA5C;
}
.BgClassName
{
background-color: #50BA5C;
}
</style>
border-color css
<style>
span { border-color: #50BA5C; }
span { border-color: rgb(80,186,92); }
td.TdClassName
{
border-color: #50BA5C;
}
.TagClassName
{
border-color: #50BA5C;
}
</style>