Shades of Mountain Meadow #1FBF6F
Tints of Mountain Meadow #1FBF6F
RGB
CMYK
RGB Variations
Color information
#1FBF6F (or 0x1FBF6F) is known color: Mountain Meadow. HEX triplet: 1F, BF and 6F. RGB value is (31,191,111). Sum of RGB (Red+Green+Blue) = 31+191+111=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBF6F is #E04090. Grayscale: #868686. Windows color (decimal): -14696593 or 7323423. OLE color: 7323423.
HSL color Cylindrical-coordinate representation of color #1FBF6F: hue angle of 150º 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 #1FBF6F is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 111 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.25 |
| HSL | 150º | 0.72% | 0.44% | - |
| HSV(B) | 150º | 0.84% | 0.75% | - |
| XYZ | 22.07 | 38.7 | 21.35 | - |
| YUV | 134.04 | 114.99 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 111 | 0.84 | 0 | 0.42 | 0.25 | 150 | 0.72 | 0.44 |
| Hex | 1F | BF | 6F | 54 | 0 | 2A | 19 | 96 | 48 | 2C |
| Octal | 37 | 277 | 157 | 124 | 0 | 52 | 31 | 226 | 110 | 54 |
| Binary | 11111 | 10111111 | 1101111 | 1010100 | 0 | 101010 | 11001 | 10010110 | 1001000 | 101100 |
Color Harmonies of #1FBF6F
Complementary color
Monochromatic Colors of #1FBF6F
Black with #1FBF6F
Text Example
Text Example
White with #1FBF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF6F; }
p { color: rgb(31,191,111); }
H1.HeaderClassName
{
color: #1FBF6F;
}
.AnyTagClassName
{
color: #1FBF6F;
}
</style>
background-color css
<style>
a { background-color: #1FBF6F; }
a { background-color: rgb(31,191,111); }
div.DivClassName
{
background-color: #1FBF6F;
}
.BgClassName
{
background-color: #1FBF6F;
}
</style>
border-color css
<style>
span { border-color: #1FBF6F; }
span { border-color: rgb(31,191,111); }
td.TdClassName
{
border-color: #1FBF6F;
}
.TagClassName
{
border-color: #1FBF6F;
}
</style>