Shades of Mountain Meadow #1FBF7B
Tints of Mountain Meadow #1FBF7B
RGB
CMYK
RGB Variations
Color information
#1FBF7B (or 0x1FBF7B) is known color: Mountain Meadow. HEX triplet: 1F, BF and 7B. RGB value is (31,191,123). Sum of RGB (Red+Green+Blue) = 31+191+123=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBF7B is #E04084. Grayscale: #878787. Windows color (decimal): -14696581 or 8109855. OLE color: 8109855.
HSL color Cylindrical-coordinate representation of color #1FBF7B: hue angle of 154.5º 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 #1FBF7B is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 123 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.25 |
| HSL | 154.5º | 0.72% | 0.44% | - |
| HSV(B) | 154.5º | 0.84% | 0.75% | - |
| XYZ | 22.77 | 38.98 | 25.06 | - |
| YUV | 135.41 | 120.99 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 123 | 0.84 | 0 | 0.36 | 0.25 | 154.5 | 0.72 | 0.44 |
| Hex | 1F | BF | 7B | 54 | 0 | 24 | 19 | 9A | 48 | 2C |
| Octal | 37 | 277 | 173 | 124 | 0 | 44 | 31 | 232 | 110 | 54 |
| Binary | 11111 | 10111111 | 1111011 | 1010100 | 0 | 100100 | 11001 | 10011010 | 1001000 | 101100 |
Color Harmonies of #1FBF7B
Complementary color
Monochromatic Colors of #1FBF7B
Black with #1FBF7B
Text Example
Text Example
White with #1FBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF7B; }
p { color: rgb(31,191,123); }
H1.HeaderClassName
{
color: #1FBF7B;
}
.AnyTagClassName
{
color: #1FBF7B;
}
</style>
background-color css
<style>
a { background-color: #1FBF7B; }
a { background-color: rgb(31,191,123); }
div.DivClassName
{
background-color: #1FBF7B;
}
.BgClassName
{
background-color: #1FBF7B;
}
</style>
border-color css
<style>
span { border-color: #1FBF7B; }
span { border-color: rgb(31,191,123); }
td.TdClassName
{
border-color: #1FBF7B;
}
.TagClassName
{
border-color: #1FBF7B;
}
</style>