Shades of Mountain Meadow #1FCA85
Tints of Mountain Meadow #1FCA85
RGB
CMYK
RGB Variations
Color information
#1FCA85 (or 0x1FCA85) is known color: Mountain Meadow. HEX triplet: 1F, CA and 85. RGB value is (31,202,133). Sum of RGB (Red+Green+Blue) = 31+202+133=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCA85 is #E0357A. Grayscale: #8F8F8F. Windows color (decimal): -14693755 or 8768031. OLE color: 8768031.
HSL color Cylindrical-coordinate representation of color #1FCA85: hue angle of 155.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA85 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 133 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.21 |
| HSL | 155.79º | 0.73% | 0.46% | - |
| HSV(B) | 155.79º | 0.85% | 0.79% | - |
| XYZ | 25.92 | 44.23 | 29.36 | - |
| YUV | 143.01 | 122.35 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 133 | 0.85 | 0 | 0.34 | 0.21 | 155.79 | 0.73 | 0.46 |
| Hex | 1F | CA | 85 | 55 | 0 | 22 | 15 | 9C | 49 | 2E |
| Octal | 37 | 312 | 205 | 125 | 0 | 42 | 25 | 234 | 111 | 56 |
| Binary | 11111 | 11001010 | 10000101 | 1010101 | 0 | 100010 | 10101 | 10011100 | 1001001 | 101110 |
Color Harmonies of #1FCA85
Complementary color
Monochromatic Colors of #1FCA85
Black with #1FCA85
Text Example
Text Example
White with #1FCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA85; }
p { color: rgb(31,202,133); }
H1.HeaderClassName
{
color: #1FCA85;
}
.AnyTagClassName
{
color: #1FCA85;
}
</style>
background-color css
<style>
a { background-color: #1FCA85; }
a { background-color: rgb(31,202,133); }
div.DivClassName
{
background-color: #1FCA85;
}
.BgClassName
{
background-color: #1FCA85;
}
</style>
border-color css
<style>
span { border-color: #1FCA85; }
span { border-color: rgb(31,202,133); }
td.TdClassName
{
border-color: #1FCA85;
}
.TagClassName
{
border-color: #1FCA85;
}
</style>