Shades of Mountain Meadow #1FBD85
Tints of Mountain Meadow #1FBD85
RGB
CMYK
RGB Variations
Color information
#1FBD85 (or 0x1FBD85) is known color: Mountain Meadow. HEX triplet: 1F, BD and 85. RGB value is (31,189,133). Sum of RGB (Red+Green+Blue) = 31+189+133=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #1FBD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBD85 is #E0427A. Grayscale: #878787. Windows color (decimal): -14697083 or 8764703. OLE color: 8764703.
HSL color Cylindrical-coordinate representation of color #1FBD85: hue angle of 158.73º 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 #1FBD85 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 189 | 133 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.26 |
| HSL | 158.73º | 0.72% | 0.43% | - |
| HSV(B) | 158.73º | 0.84% | 0.74% | - |
| XYZ | 23 | 38.38 | 28.39 | - |
| YUV | 135.37 | 126.65 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 133 | 0.84 | 0 | 0.30 | 0.26 | 158.73 | 0.72 | 0.43 |
| Hex | 1F | BD | 85 | 54 | 0 | 1E | 1A | 9F | 48 | 2B |
| Octal | 37 | 275 | 205 | 124 | 0 | 36 | 32 | 237 | 110 | 53 |
| Binary | 11111 | 10111101 | 10000101 | 1010100 | 0 | 11110 | 11010 | 10011111 | 1001000 | 101011 |
Color Harmonies of #1FBD85
Complementary color
Monochromatic Colors of #1FBD85
Black with #1FBD85
Text Example
Text Example
White with #1FBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBD85; }
p { color: rgb(31,189,133); }
H1.HeaderClassName
{
color: #1FBD85;
}
.AnyTagClassName
{
color: #1FBD85;
}
</style>
background-color css
<style>
a { background-color: #1FBD85; }
a { background-color: rgb(31,189,133); }
div.DivClassName
{
background-color: #1FBD85;
}
.BgClassName
{
background-color: #1FBD85;
}
</style>
border-color css
<style>
span { border-color: #1FBD85; }
span { border-color: rgb(31,189,133); }
td.TdClassName
{
border-color: #1FBD85;
}
.TagClassName
{
border-color: #1FBD85;
}
</style>