Shades of Mountain Meadow #1FBD75
Tints of Mountain Meadow #1FBD75
RGB
CMYK
RGB Variations
Color information
#1FBD75 (or 0x1FBD75) is known color: Mountain Meadow. HEX triplet: 1F, BD and 75. RGB value is (31,189,117). Sum of RGB (Red+Green+Blue) = 31+189+117=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #1FBD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBD75 is #E0428A. Grayscale: #858585. Windows color (decimal): -14697099 or 7716127. OLE color: 7716127.
HSL color Cylindrical-coordinate representation of color #1FBD75: hue angle of 152.66º 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 #1FBD75 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 189 | 117 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.26 |
| HSL | 152.66º | 0.72% | 0.43% | - |
| HSV(B) | 152.66º | 0.84% | 0.74% | - |
| XYZ | 21.97 | 37.97 | 23 | - |
| YUV | 133.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 117 | 0.84 | 0 | 0.38 | 0.26 | 152.66 | 0.72 | 0.43 |
| Hex | 1F | BD | 75 | 54 | 0 | 26 | 1A | 99 | 48 | 2B |
| Octal | 37 | 275 | 165 | 124 | 0 | 46 | 32 | 231 | 110 | 53 |
| Binary | 11111 | 10111101 | 1110101 | 1010100 | 0 | 100110 | 11010 | 10011001 | 1001000 | 101011 |
Color Harmonies of #1FBD75
Complementary color
Monochromatic Colors of #1FBD75
Black with #1FBD75
Text Example
Text Example
White with #1FBD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBD75; }
p { color: rgb(31,189,117); }
H1.HeaderClassName
{
color: #1FBD75;
}
.AnyTagClassName
{
color: #1FBD75;
}
</style>
background-color css
<style>
a { background-color: #1FBD75; }
a { background-color: rgb(31,189,117); }
div.DivClassName
{
background-color: #1FBD75;
}
.BgClassName
{
background-color: #1FBD75;
}
</style>
border-color css
<style>
span { border-color: #1FBD75; }
span { border-color: rgb(31,189,117); }
td.TdClassName
{
border-color: #1FBD75;
}
.TagClassName
{
border-color: #1FBD75;
}
</style>