Shades of Mountain Meadow #1FC978
Tints of Mountain Meadow #1FC978
RGB
CMYK
RGB Variations
Color information
#1FC978 (or 0x1FC978) is known color: Mountain Meadow. HEX triplet: 1F, C9 and 78. RGB value is (31,201,120). Sum of RGB (Red+Green+Blue) = 31+201+120=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC978 is #E03687. Grayscale: #8D8D8D. Windows color (decimal): -14694024 or 7915807. OLE color: 7915807.
HSL color Cylindrical-coordinate representation of color #1FC978: hue angle of 151.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC978 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 120 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.21 |
| HSL | 151.41º | 0.73% | 0.45% | - |
| HSV(B) | 151.41º | 0.85% | 0.79% | - |
| XYZ | 24.84 | 43.42 | 24.84 | - |
| YUV | 140.94 | 116.18 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 120 | 0.85 | 0 | 0.40 | 0.21 | 151.41 | 0.73 | 0.45 |
| Hex | 1F | C9 | 78 | 55 | 0 | 28 | 15 | 97 | 49 | 2D |
| Octal | 37 | 311 | 170 | 125 | 0 | 50 | 25 | 227 | 111 | 55 |
| Binary | 11111 | 11001001 | 1111000 | 1010101 | 0 | 101000 | 10101 | 10010111 | 1001001 | 101101 |
Color Harmonies of #1FC978
Complementary color
Monochromatic Colors of #1FC978
Black with #1FC978
Text Example
Text Example
White with #1FC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC978; }
p { color: rgb(31,201,120); }
H1.HeaderClassName
{
color: #1FC978;
}
.AnyTagClassName
{
color: #1FC978;
}
</style>
background-color css
<style>
a { background-color: #1FC978; }
a { background-color: rgb(31,201,120); }
div.DivClassName
{
background-color: #1FC978;
}
.BgClassName
{
background-color: #1FC978;
}
</style>
border-color css
<style>
span { border-color: #1FC978; }
span { border-color: rgb(31,201,120); }
td.TdClassName
{
border-color: #1FC978;
}
.TagClassName
{
border-color: #1FC978;
}
</style>