Shades of Mountain Meadow #1FBD7D
Tints of Mountain Meadow #1FBD7D
RGB
CMYK
RGB Variations
Color information
#1FBD7D (or 0x1FBD7D) is known color: Mountain Meadow. HEX triplet: 1F, BD and 7D. RGB value is (31,189,125). Sum of RGB (Red+Green+Blue) = 31+189+125=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #1FBD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBD7D is #E04282. Grayscale: #868686. Windows color (decimal): -14697091 or 8240415. OLE color: 8240415.
HSL color Cylindrical-coordinate representation of color #1FBD7D: hue angle of 155.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBD7D is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 189 | 125 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.26 |
| HSL | 155.7º | 0.72% | 0.43% | - |
| HSV(B) | 155.7º | 0.84% | 0.74% | - |
| XYZ | 22.46 | 38.17 | 25.59 | - |
| YUV | 134.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 125 | 0.84 | 0 | 0.34 | 0.26 | 155.7 | 0.72 | 0.43 |
| Hex | 1F | BD | 7D | 54 | 0 | 22 | 1A | 9C | 48 | 2B |
| Octal | 37 | 275 | 175 | 124 | 0 | 42 | 32 | 234 | 110 | 53 |
| Binary | 11111 | 10111101 | 1111101 | 1010100 | 0 | 100010 | 11010 | 10011100 | 1001000 | 101011 |
Color Harmonies of #1FBD7D
Complementary color
Monochromatic Colors of #1FBD7D
Black with #1FBD7D
Text Example
Text Example
White with #1FBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBD7D; }
p { color: rgb(31,189,125); }
H1.HeaderClassName
{
color: #1FBD7D;
}
.AnyTagClassName
{
color: #1FBD7D;
}
</style>
background-color css
<style>
a { background-color: #1FBD7D; }
a { background-color: rgb(31,189,125); }
div.DivClassName
{
background-color: #1FBD7D;
}
.BgClassName
{
background-color: #1FBD7D;
}
</style>
border-color css
<style>
span { border-color: #1FBD7D; }
span { border-color: rgb(31,189,125); }
td.TdClassName
{
border-color: #1FBD7D;
}
.TagClassName
{
border-color: #1FBD7D;
}
</style>