Shades of Mountain Meadow #1FCC85
Tints of Mountain Meadow #1FCC85
RGB
CMYK
RGB Variations
Color information
#1FCC85 (or 0x1FCC85) is known color: Mountain Meadow. HEX triplet: 1F, CC and 85. RGB value is (31,204,133). Sum of RGB (Red+Green+Blue) = 31+204+133=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCC85 is #E0337A. Grayscale: #909090. Windows color (decimal): -14693243 or 8768543. OLE color: 8768543.
HSL color Cylindrical-coordinate representation of color #1FCC85: hue angle of 155.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC85 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 133 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.2 |
| HSL | 155.38º | 0.74% | 0.46% | - |
| HSV(B) | 155.38º | 0.85% | 0.8% | - |
| XYZ | 26.39 | 45.17 | 29.52 | - |
| YUV | 144.18 | 121.69 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 133 | 0.85 | 0 | 0.35 | 0.2 | 155.38 | 0.74 | 0.46 |
| Hex | 1F | CC | 85 | 55 | 0 | 23 | 14 | 9B | 4A | 2E |
| Octal | 37 | 314 | 205 | 125 | 0 | 43 | 24 | 233 | 112 | 56 |
| Binary | 11111 | 11001100 | 10000101 | 1010101 | 0 | 100011 | 10100 | 10011011 | 1001010 | 101110 |
Color Harmonies of #1FCC85
Complementary color
Monochromatic Colors of #1FCC85
Black with #1FCC85
Text Example
Text Example
White with #1FCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC85; }
p { color: rgb(31,204,133); }
H1.HeaderClassName
{
color: #1FCC85;
}
.AnyTagClassName
{
color: #1FCC85;
}
</style>
background-color css
<style>
a { background-color: #1FCC85; }
a { background-color: rgb(31,204,133); }
div.DivClassName
{
background-color: #1FCC85;
}
.BgClassName
{
background-color: #1FCC85;
}
</style>
border-color css
<style>
span { border-color: #1FCC85; }
span { border-color: rgb(31,204,133); }
td.TdClassName
{
border-color: #1FCC85;
}
.TagClassName
{
border-color: #1FCC85;
}
</style>