Shades of Mountain Meadow #1FC485
Tints of Mountain Meadow #1FC485
RGB
CMYK
RGB Variations
Color information
#1FC485 (or 0x1FC485) is known color: Mountain Meadow. HEX triplet: 1F, C4 and 85. RGB value is (31,196,133). Sum of RGB (Red+Green+Blue) = 31+196+133=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC485 is #E03B7A. Grayscale: #8B8B8B. Windows color (decimal): -14695291 or 8766495. OLE color: 8766495.
HSL color Cylindrical-coordinate representation of color #1FC485: hue angle of 157.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC485 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 196 | 133 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.23 |
| HSL | 157.09º | 0.73% | 0.45% | - |
| HSV(B) | 157.09º | 0.84% | 0.77% | - |
| XYZ | 24.54 | 41.46 | 28.9 | - |
| YUV | 139.48 | 124.34 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 133 | 0.84 | 0 | 0.32 | 0.23 | 157.09 | 0.73 | 0.45 |
| Hex | 1F | C4 | 85 | 54 | 0 | 20 | 17 | 9D | 49 | 2D |
| Octal | 37 | 304 | 205 | 124 | 0 | 40 | 27 | 235 | 111 | 55 |
| Binary | 11111 | 11000100 | 10000101 | 1010100 | 0 | 100000 | 10111 | 10011101 | 1001001 | 101101 |
Color Harmonies of #1FC485
Complementary color
Monochromatic Colors of #1FC485
Black with #1FC485
Text Example
Text Example
White with #1FC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC485; }
p { color: rgb(31,196,133); }
H1.HeaderClassName
{
color: #1FC485;
}
.AnyTagClassName
{
color: #1FC485;
}
</style>
background-color css
<style>
a { background-color: #1FC485; }
a { background-color: rgb(31,196,133); }
div.DivClassName
{
background-color: #1FC485;
}
.BgClassName
{
background-color: #1FC485;
}
</style>
border-color css
<style>
span { border-color: #1FC485; }
span { border-color: rgb(31,196,133); }
td.TdClassName
{
border-color: #1FC485;
}
.TagClassName
{
border-color: #1FC485;
}
</style>