Shades of Mountain Meadow #1FCF71
Tints of Mountain Meadow #1FCF71
RGB
CMYK
RGB Variations
Color information
#1FCF71 (or 0x1FCF71) is known color: Mountain Meadow. HEX triplet: 1F, CF and 71. RGB value is (31,207,113). Sum of RGB (Red+Green+Blue) = 31+207+113=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCF71 is #E0308E. Grayscale: #8F8F8F. Windows color (decimal): -14692495 or 7458591. OLE color: 7458591.
HSL color Cylindrical-coordinate representation of color #1FCF71: hue angle of 147.95º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF71 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 113 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.19 |
| HSL | 147.95º | 0.74% | 0.47% | - |
| HSV(B) | 147.95º | 0.85% | 0.81% | - |
| XYZ | 25.86 | 46.11 | 23.16 | - |
| YUV | 143.66 | 110.69 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 113 | 0.85 | 0 | 0.45 | 0.19 | 147.95 | 0.74 | 0.47 |
| Hex | 1F | CF | 71 | 55 | 0 | 2D | 13 | 94 | 4A | 2F |
| Octal | 37 | 317 | 161 | 125 | 0 | 55 | 23 | 224 | 112 | 57 |
| Binary | 11111 | 11001111 | 1110001 | 1010101 | 0 | 101101 | 10011 | 10010100 | 1001010 | 101111 |
Color Harmonies of #1FCF71
Complementary color
Monochromatic Colors of #1FCF71
Black with #1FCF71
Text Example
Text Example
White with #1FCF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF71; }
p { color: rgb(31,207,113); }
H1.HeaderClassName
{
color: #1FCF71;
}
.AnyTagClassName
{
color: #1FCF71;
}
</style>
background-color css
<style>
a { background-color: #1FCF71; }
a { background-color: rgb(31,207,113); }
div.DivClassName
{
background-color: #1FCF71;
}
.BgClassName
{
background-color: #1FCF71;
}
</style>
border-color css
<style>
span { border-color: #1FCF71; }
span { border-color: rgb(31,207,113); }
td.TdClassName
{
border-color: #1FCF71;
}
.TagClassName
{
border-color: #1FCF71;
}
</style>