Shades of Mountain Meadow #1FC07E
Tints of Mountain Meadow #1FC07E
RGB
CMYK
RGB Variations
Color information
#1FC07E (or 0x1FC07E) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 7E. RGB value is (31,192,126). Sum of RGB (Red+Green+Blue) = 31+192+126=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC07E is #E03F81. Grayscale: #888888. Windows color (decimal): -14696322 or 8306719. OLE color: 8306719.
HSL color Cylindrical-coordinate representation of color #1FC07E: hue angle of 155.4º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC07E is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 126 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.25 |
| HSL | 155.4º | 0.72% | 0.44% | - |
| HSV(B) | 155.4º | 0.84% | 0.75% | - |
| XYZ | 23.18 | 39.5 | 26.14 | - |
| YUV | 136.34 | 122.16 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 126 | 0.84 | 0 | 0.34 | 0.25 | 155.4 | 0.72 | 0.44 |
| Hex | 1F | C0 | 7E | 54 | 0 | 22 | 19 | 9B | 48 | 2C |
| Octal | 37 | 300 | 176 | 124 | 0 | 42 | 31 | 233 | 110 | 54 |
| Binary | 11111 | 11000000 | 1111110 | 1010100 | 0 | 100010 | 11001 | 10011011 | 1001000 | 101100 |
Color Harmonies of #1FC07E
Complementary color
Monochromatic Colors of #1FC07E
Black with #1FC07E
Text Example
Text Example
White with #1FC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC07E; }
p { color: rgb(31,192,126); }
H1.HeaderClassName
{
color: #1FC07E;
}
.AnyTagClassName
{
color: #1FC07E;
}
</style>
background-color css
<style>
a { background-color: #1FC07E; }
a { background-color: rgb(31,192,126); }
div.DivClassName
{
background-color: #1FC07E;
}
.BgClassName
{
background-color: #1FC07E;
}
</style>
border-color css
<style>
span { border-color: #1FC07E; }
span { border-color: rgb(31,192,126); }
td.TdClassName
{
border-color: #1FC07E;
}
.TagClassName
{
border-color: #1FC07E;
}
</style>