Shades of Mountain Meadow #1FD575
Tints of Mountain Meadow #1FD575
RGB
CMYK
RGB Variations
Color information
#1FD575 (or 0x1FD575) is known color: Mountain Meadow. HEX triplet: 1F, D5 and 75. RGB value is (31,213,117). Sum of RGB (Red+Green+Blue) = 31+213+117=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD575 is #E02A8A. Grayscale: #939393. Windows color (decimal): -14690955 or 7722271. OLE color: 7722271.
HSL color Cylindrical-coordinate representation of color #1FD575: hue angle of 148.35º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD575 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 117 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.16 |
| HSL | 148.35º | 0.75% | 0.48% | - |
| HSV(B) | 148.35º | 0.85% | 0.84% | - |
| XYZ | 27.57 | 49.16 | 24.87 | - |
| YUV | 147.64 | 110.7 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 117 | 0.85 | 0 | 0.45 | 0.16 | 148.35 | 0.75 | 0.48 |
| Hex | 1F | D5 | 75 | 55 | 0 | 2D | 10 | 94 | 4B | 30 |
| Octal | 37 | 325 | 165 | 125 | 0 | 55 | 20 | 224 | 113 | 60 |
| Binary | 11111 | 11010101 | 1110101 | 1010101 | 0 | 101101 | 10000 | 10010100 | 1001011 | 110000 |
Color Harmonies of #1FD575
Complementary color
Monochromatic Colors of #1FD575
Black with #1FD575
Text Example
Text Example
White with #1FD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD575; }
p { color: rgb(31,213,117); }
H1.HeaderClassName
{
color: #1FD575;
}
.AnyTagClassName
{
color: #1FD575;
}
</style>
background-color css
<style>
a { background-color: #1FD575; }
a { background-color: rgb(31,213,117); }
div.DivClassName
{
background-color: #1FD575;
}
.BgClassName
{
background-color: #1FD575;
}
</style>
border-color css
<style>
span { border-color: #1FD575; }
span { border-color: rgb(31,213,117); }
td.TdClassName
{
border-color: #1FD575;
}
.TagClassName
{
border-color: #1FD575;
}
</style>