Shades of Mountain Meadow #1FBE6F
Tints of Mountain Meadow #1FBE6F
RGB
CMYK
RGB Variations
Color information
#1FBE6F (or 0x1FBE6F) is known color: Mountain Meadow. HEX triplet: 1F, BE and 6F. RGB value is (31,190,111). Sum of RGB (Red+Green+Blue) = 31+190+111=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBE6F is #E04190. Grayscale: #858585. Windows color (decimal): -14696849 or 7323167. OLE color: 7323167.
HSL color Cylindrical-coordinate representation of color #1FBE6F: hue angle of 150.19º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE6F is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 111 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.25 |
| HSL | 150.19º | 0.72% | 0.43% | - |
| HSV(B) | 150.19º | 0.84% | 0.75% | - |
| XYZ | 21.85 | 38.27 | 21.27 | - |
| YUV | 133.45 | 115.32 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 111 | 0.84 | 0 | 0.42 | 0.25 | 150.19 | 0.72 | 0.43 |
| Hex | 1F | BE | 6F | 54 | 0 | 2A | 19 | 96 | 48 | 2B |
| Octal | 37 | 276 | 157 | 124 | 0 | 52 | 31 | 226 | 110 | 53 |
| Binary | 11111 | 10111110 | 1101111 | 1010100 | 0 | 101010 | 11001 | 10010110 | 1001000 | 101011 |
Color Harmonies of #1FBE6F
Complementary color
Monochromatic Colors of #1FBE6F
Black with #1FBE6F
Text Example
Text Example
White with #1FBE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE6F; }
p { color: rgb(31,190,111); }
H1.HeaderClassName
{
color: #1FBE6F;
}
.AnyTagClassName
{
color: #1FBE6F;
}
</style>
background-color css
<style>
a { background-color: #1FBE6F; }
a { background-color: rgb(31,190,111); }
div.DivClassName
{
background-color: #1FBE6F;
}
.BgClassName
{
background-color: #1FBE6F;
}
</style>
border-color css
<style>
span { border-color: #1FBE6F; }
span { border-color: rgb(31,190,111); }
td.TdClassName
{
border-color: #1FBE6F;
}
.TagClassName
{
border-color: #1FBE6F;
}
</style>