Shades of Mountain Meadow #1FC37F
Tints of Mountain Meadow #1FC37F
RGB
CMYK
RGB Variations
Color information
#1FC37F (or 0x1FC37F) is known color: Mountain Meadow. HEX triplet: 1F, C3 and 7F. RGB value is (31,195,127). Sum of RGB (Red+Green+Blue) = 31+195+127=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC37F is #E03C80. Grayscale: #8A8A8A. Windows color (decimal): -14695553 or 8373023. OLE color: 8373023.
HSL color Cylindrical-coordinate representation of color #1FC37F: hue angle of 155.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC37F is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 127 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.24 |
| HSL | 155.12º | 0.73% | 0.44% | - |
| HSV(B) | 155.12º | 0.84% | 0.76% | - |
| XYZ | 23.91 | 40.85 | 26.7 | - |
| YUV | 138.21 | 121.67 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 127 | 0.84 | 0 | 0.35 | 0.24 | 155.12 | 0.73 | 0.44 |
| Hex | 1F | C3 | 7F | 54 | 0 | 23 | 18 | 9B | 49 | 2C |
| Octal | 37 | 303 | 177 | 124 | 0 | 43 | 30 | 233 | 111 | 54 |
| Binary | 11111 | 11000011 | 1111111 | 1010100 | 0 | 100011 | 11000 | 10011011 | 1001001 | 101100 |
Color Harmonies of #1FC37F
Complementary color
Monochromatic Colors of #1FC37F
Black with #1FC37F
Text Example
Text Example
White with #1FC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC37F; }
p { color: rgb(31,195,127); }
H1.HeaderClassName
{
color: #1FC37F;
}
.AnyTagClassName
{
color: #1FC37F;
}
</style>
background-color css
<style>
a { background-color: #1FC37F; }
a { background-color: rgb(31,195,127); }
div.DivClassName
{
background-color: #1FC37F;
}
.BgClassName
{
background-color: #1FC37F;
}
</style>
border-color css
<style>
span { border-color: #1FC37F; }
span { border-color: rgb(31,195,127); }
td.TdClassName
{
border-color: #1FC37F;
}
.TagClassName
{
border-color: #1FC37F;
}
</style>