Shades of Mountain Meadow #1FC074
Tints of Mountain Meadow #1FC074
RGB
CMYK
RGB Variations
Color information
#1FC074 (or 0x1FC074) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 74. RGB value is (31,192,116). Sum of RGB (Red+Green+Blue) = 31+192+116=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC074 is #E03F8B. Grayscale: #878787. Windows color (decimal): -14696332 or 7651359. OLE color: 7651359.
HSL color Cylindrical-coordinate representation of color #1FC074: hue angle of 151.68º 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 #1FC074 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 116 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.25 |
| HSL | 151.68º | 0.72% | 0.44% | - |
| HSV(B) | 151.68º | 0.84% | 0.75% | - |
| XYZ | 22.57 | 39.25 | 22.91 | - |
| YUV | 135.2 | 117.16 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 116 | 0.84 | 0 | 0.40 | 0.25 | 151.68 | 0.72 | 0.44 |
| Hex | 1F | C0 | 74 | 54 | 0 | 28 | 19 | 98 | 48 | 2C |
| Octal | 37 | 300 | 164 | 124 | 0 | 50 | 31 | 230 | 110 | 54 |
| Binary | 11111 | 11000000 | 1110100 | 1010100 | 0 | 101000 | 11001 | 10011000 | 1001000 | 101100 |
Color Harmonies of #1FC074
Complementary color
Monochromatic Colors of #1FC074
Black with #1FC074
Text Example
Text Example
White with #1FC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC074; }
p { color: rgb(31,192,116); }
H1.HeaderClassName
{
color: #1FC074;
}
.AnyTagClassName
{
color: #1FC074;
}
</style>
background-color css
<style>
a { background-color: #1FC074; }
a { background-color: rgb(31,192,116); }
div.DivClassName
{
background-color: #1FC074;
}
.BgClassName
{
background-color: #1FC074;
}
</style>
border-color css
<style>
span { border-color: #1FC074; }
span { border-color: rgb(31,192,116); }
td.TdClassName
{
border-color: #1FC074;
}
.TagClassName
{
border-color: #1FC074;
}
</style>