Shades of Mountain Meadow #1FC373
Tints of Mountain Meadow #1FC373
RGB
CMYK
RGB Variations
Color information
#1FC373 (or 0x1FC373) is known color: Mountain Meadow. HEX triplet: 1F, C3 and 73. RGB value is (31,195,115). Sum of RGB (Red+Green+Blue) = 31+195+115=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC373 is #E03C8C. Grayscale: #898989. Windows color (decimal): -14695565 or 7586591. OLE color: 7586591.
HSL color Cylindrical-coordinate representation of color #1FC373: hue angle of 150.73º 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 #1FC373 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 115 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.24 |
| HSL | 150.73º | 0.73% | 0.44% | - |
| HSV(B) | 150.73º | 0.84% | 0.76% | - |
| XYZ | 23.17 | 40.56 | 22.83 | - |
| YUV | 136.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 115 | 0.84 | 0 | 0.41 | 0.24 | 150.73 | 0.73 | 0.44 |
| Hex | 1F | C3 | 73 | 54 | 0 | 29 | 18 | 97 | 49 | 2C |
| Octal | 37 | 303 | 163 | 124 | 0 | 51 | 30 | 227 | 111 | 54 |
| Binary | 11111 | 11000011 | 1110011 | 1010100 | 0 | 101001 | 11000 | 10010111 | 1001001 | 101100 |
Color Harmonies of #1FC373
Complementary color
Monochromatic Colors of #1FC373
Black with #1FC373
Text Example
Text Example
White with #1FC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC373; }
p { color: rgb(31,195,115); }
H1.HeaderClassName
{
color: #1FC373;
}
.AnyTagClassName
{
color: #1FC373;
}
</style>
background-color css
<style>
a { background-color: #1FC373; }
a { background-color: rgb(31,195,115); }
div.DivClassName
{
background-color: #1FC373;
}
.BgClassName
{
background-color: #1FC373;
}
</style>
border-color css
<style>
span { border-color: #1FC373; }
span { border-color: rgb(31,195,115); }
td.TdClassName
{
border-color: #1FC373;
}
.TagClassName
{
border-color: #1FC373;
}
</style>