Shades of Fern #50BC5C
Tints of Fern #50BC5C
RGB
CMYK
RGB Variations
Color information
#50BC5C (or 0x50BC5C) is known color: Fern. HEX triplet: 50, BC and 5C. RGB value is (80,188,92). Sum of RGB (Red+Green+Blue) = 80+188+92=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC5C is #AF43A3. Grayscale: #919191. Windows color (decimal): -11486116 or 6077520. OLE color: 6077520.
HSL color Cylindrical-coordinate representation of color #50BC5C: hue angle of 126.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC5C is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 92 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.26 |
| HSL | 126.67º | 0.45% | 0.53% | - |
| HSV(B) | 126.67º | 0.57% | 0.74% | - |
| XYZ | 23.22 | 38.44 | 16.32 | - |
| YUV | 144.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 92 | 0.57 | 0 | 0.51 | 0.26 | 126.67 | 0.45 | 0.53 |
| Hex | 50 | BC | 5C | 39 | 0 | 33 | 1A | 7F | 2D | 35 |
| Octal | 120 | 274 | 134 | 71 | 0 | 63 | 32 | 177 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1011100 | 111001 | 0 | 110011 | 11010 | 1111111 | 101101 | 110101 |
Color Harmonies of #50BC5C
Complementary color
Monochromatic Colors of #50BC5C
Black with #50BC5C
Text Example
Text Example
White with #50BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC5C; }
p { color: rgb(80,188,92); }
H1.HeaderClassName
{
color: #50BC5C;
}
.AnyTagClassName
{
color: #50BC5C;
}
</style>
background-color css
<style>
a { background-color: #50BC5C; }
a { background-color: rgb(80,188,92); }
div.DivClassName
{
background-color: #50BC5C;
}
.BgClassName
{
background-color: #50BC5C;
}
</style>
border-color css
<style>
span { border-color: #50BC5C; }
span { border-color: rgb(80,188,92); }
td.TdClassName
{
border-color: #50BC5C;
}
.TagClassName
{
border-color: #50BC5C;
}
</style>