Shades of Mountain Meadow #1FC57F
Tints of Mountain Meadow #1FC57F
RGB
CMYK
RGB Variations
Color information
#1FC57F (or 0x1FC57F) is known color: Mountain Meadow. HEX triplet: 1F, C5 and 7F. RGB value is (31,197,127). Sum of RGB (Red+Green+Blue) = 31+197+127=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC57F is #E03A80. Grayscale: #8B8B8B. Windows color (decimal): -14695041 or 8373535. OLE color: 8373535.
HSL color Cylindrical-coordinate representation of color #1FC57F: hue angle of 154.7º 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 #1FC57F is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 127 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.23 |
| HSL | 154.7º | 0.73% | 0.45% | - |
| HSV(B) | 154.7º | 0.84% | 0.77% | - |
| XYZ | 24.36 | 41.76 | 26.85 | - |
| YUV | 139.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 127 | 0.84 | 0 | 0.36 | 0.23 | 154.7 | 0.73 | 0.45 |
| Hex | 1F | C5 | 7F | 54 | 0 | 24 | 17 | 9B | 49 | 2D |
| Octal | 37 | 305 | 177 | 124 | 0 | 44 | 27 | 233 | 111 | 55 |
| Binary | 11111 | 11000101 | 1111111 | 1010100 | 0 | 100100 | 10111 | 10011011 | 1001001 | 101101 |
Color Harmonies of #1FC57F
Complementary color
Monochromatic Colors of #1FC57F
Black with #1FC57F
Text Example
Text Example
White with #1FC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC57F; }
p { color: rgb(31,197,127); }
H1.HeaderClassName
{
color: #1FC57F;
}
.AnyTagClassName
{
color: #1FC57F;
}
</style>
background-color css
<style>
a { background-color: #1FC57F; }
a { background-color: rgb(31,197,127); }
div.DivClassName
{
background-color: #1FC57F;
}
.BgClassName
{
background-color: #1FC57F;
}
</style>
border-color css
<style>
span { border-color: #1FC57F; }
span { border-color: rgb(31,197,127); }
td.TdClassName
{
border-color: #1FC57F;
}
.TagClassName
{
border-color: #1FC57F;
}
</style>