Shades of Mountain Meadow #1FC072
Tints of Mountain Meadow #1FC072
RGB
CMYK
RGB Variations
Color information
#1FC072 (or 0x1FC072) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 72. RGB value is (31,192,114). Sum of RGB (Red+Green+Blue) = 31+192+114=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC072 is #E03F8D. Grayscale: #878787. Windows color (decimal): -14696334 or 7520287. OLE color: 7520287.
HSL color Cylindrical-coordinate representation of color #1FC072: hue angle of 150.93º 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 #1FC072 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 114 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.25 |
| HSL | 150.93º | 0.72% | 0.44% | - |
| HSV(B) | 150.93º | 0.84% | 0.75% | - |
| XYZ | 22.45 | 39.21 | 22.3 | - |
| YUV | 134.97 | 116.16 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 114 | 0.84 | 0 | 0.41 | 0.25 | 150.93 | 0.72 | 0.44 |
| Hex | 1F | C0 | 72 | 54 | 0 | 29 | 19 | 97 | 48 | 2C |
| Octal | 37 | 300 | 162 | 124 | 0 | 51 | 31 | 227 | 110 | 54 |
| Binary | 11111 | 11000000 | 1110010 | 1010100 | 0 | 101001 | 11001 | 10010111 | 1001000 | 101100 |
Color Harmonies of #1FC072
Complementary color
Monochromatic Colors of #1FC072
Black with #1FC072
Text Example
Text Example
White with #1FC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC072; }
p { color: rgb(31,192,114); }
H1.HeaderClassName
{
color: #1FC072;
}
.AnyTagClassName
{
color: #1FC072;
}
</style>
background-color css
<style>
a { background-color: #1FC072; }
a { background-color: rgb(31,192,114); }
div.DivClassName
{
background-color: #1FC072;
}
.BgClassName
{
background-color: #1FC072;
}
</style>
border-color css
<style>
span { border-color: #1FC072; }
span { border-color: rgb(31,192,114); }
td.TdClassName
{
border-color: #1FC072;
}
.TagClassName
{
border-color: #1FC072;
}
</style>