Shades of Mountain Meadow #1FBC75
Tints of Mountain Meadow #1FBC75
RGB
CMYK
RGB Variations
Color information
#1FBC75 (or 0x1FBC75) is known color: Mountain Meadow. HEX triplet: 1F, BC and 75. RGB value is (31,188,117). Sum of RGB (Red+Green+Blue) = 31+188+117=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBC75 is #E0438A. Grayscale: #858585. Windows color (decimal): -14697355 or 7715871. OLE color: 7715871.
HSL color Cylindrical-coordinate representation of color #1FBC75: hue angle of 152.87º 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 #1FBC75 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 117 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.26 |
| HSL | 152.87º | 0.72% | 0.43% | - |
| HSV(B) | 152.87º | 0.84% | 0.74% | - |
| XYZ | 21.76 | 37.54 | 22.93 | - |
| YUV | 132.96 | 118.99 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 117 | 0.84 | 0 | 0.38 | 0.26 | 152.87 | 0.72 | 0.43 |
| Hex | 1F | BC | 75 | 54 | 0 | 26 | 1A | 99 | 48 | 2B |
| Octal | 37 | 274 | 165 | 124 | 0 | 46 | 32 | 231 | 110 | 53 |
| Binary | 11111 | 10111100 | 1110101 | 1010100 | 0 | 100110 | 11010 | 10011001 | 1001000 | 101011 |
Color Harmonies of #1FBC75
Complementary color
Monochromatic Colors of #1FBC75
Black with #1FBC75
Text Example
Text Example
White with #1FBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC75; }
p { color: rgb(31,188,117); }
H1.HeaderClassName
{
color: #1FBC75;
}
.AnyTagClassName
{
color: #1FBC75;
}
</style>
background-color css
<style>
a { background-color: #1FBC75; }
a { background-color: rgb(31,188,117); }
div.DivClassName
{
background-color: #1FBC75;
}
.BgClassName
{
background-color: #1FBC75;
}
</style>
border-color css
<style>
span { border-color: #1FBC75; }
span { border-color: rgb(31,188,117); }
td.TdClassName
{
border-color: #1FBC75;
}
.TagClassName
{
border-color: #1FBC75;
}
</style>