Shades of Mountain Meadow #1FC076
Tints of Mountain Meadow #1FC076
RGB
CMYK
RGB Variations
Color information
#1FC076 (or 0x1FC076) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 76. RGB value is (31,192,118). Sum of RGB (Red+Green+Blue) = 31+192+118=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC076 is #E03F89. Grayscale: #878787. Windows color (decimal): -14696330 or 7782431. OLE color: 7782431.
HSL color Cylindrical-coordinate representation of color #1FC076: hue angle of 152.42º 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 #1FC076 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 118 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.25 |
| HSL | 152.42º | 0.72% | 0.44% | - |
| HSV(B) | 152.42º | 0.84% | 0.75% | - |
| XYZ | 22.68 | 39.3 | 23.53 | - |
| YUV | 135.43 | 118.16 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 118 | 0.84 | 0 | 0.39 | 0.25 | 152.42 | 0.72 | 0.44 |
| Hex | 1F | C0 | 76 | 54 | 0 | 27 | 19 | 98 | 48 | 2C |
| Octal | 37 | 300 | 166 | 124 | 0 | 47 | 31 | 230 | 110 | 54 |
| Binary | 11111 | 11000000 | 1110110 | 1010100 | 0 | 100111 | 11001 | 10011000 | 1001000 | 101100 |
Color Harmonies of #1FC076
Complementary color
Monochromatic Colors of #1FC076
Black with #1FC076
Text Example
Text Example
White with #1FC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC076; }
p { color: rgb(31,192,118); }
H1.HeaderClassName
{
color: #1FC076;
}
.AnyTagClassName
{
color: #1FC076;
}
</style>
background-color css
<style>
a { background-color: #1FC076; }
a { background-color: rgb(31,192,118); }
div.DivClassName
{
background-color: #1FC076;
}
.BgClassName
{
background-color: #1FC076;
}
</style>
border-color css
<style>
span { border-color: #1FC076; }
span { border-color: rgb(31,192,118); }
td.TdClassName
{
border-color: #1FC076;
}
.TagClassName
{
border-color: #1FC076;
}
</style>