Shades of Mountain Meadow #1FC574
Tints of Mountain Meadow #1FC574
RGB
CMYK
RGB Variations
Color information
#1FC574 (or 0x1FC574) is known color: Mountain Meadow. HEX triplet: 1F, C5 and 74. RGB value is (31,197,116). Sum of RGB (Red+Green+Blue) = 31+197+116=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC574 is #E03A8B. Grayscale: #8A8A8A. Windows color (decimal): -14695052 or 7652639. OLE color: 7652639.
HSL color Cylindrical-coordinate representation of color #1FC574: hue angle of 150.72º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC574 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 116 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.23 |
| HSL | 150.72º | 0.73% | 0.45% | - |
| HSV(B) | 150.72º | 0.84% | 0.77% | - |
| XYZ | 23.68 | 41.48 | 23.28 | - |
| YUV | 138.13 | 115.5 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 116 | 0.84 | 0 | 0.41 | 0.23 | 150.72 | 0.73 | 0.45 |
| Hex | 1F | C5 | 74 | 54 | 0 | 29 | 17 | 97 | 49 | 2D |
| Octal | 37 | 305 | 164 | 124 | 0 | 51 | 27 | 227 | 111 | 55 |
| Binary | 11111 | 11000101 | 1110100 | 1010100 | 0 | 101001 | 10111 | 10010111 | 1001001 | 101101 |
Color Harmonies of #1FC574
Complementary color
Monochromatic Colors of #1FC574
Black with #1FC574
Text Example
Text Example
White with #1FC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC574; }
p { color: rgb(31,197,116); }
H1.HeaderClassName
{
color: #1FC574;
}
.AnyTagClassName
{
color: #1FC574;
}
</style>
background-color css
<style>
a { background-color: #1FC574; }
a { background-color: rgb(31,197,116); }
div.DivClassName
{
background-color: #1FC574;
}
.BgClassName
{
background-color: #1FC574;
}
</style>
border-color css
<style>
span { border-color: #1FC574; }
span { border-color: rgb(31,197,116); }
td.TdClassName
{
border-color: #1FC574;
}
.TagClassName
{
border-color: #1FC574;
}
</style>