Shades of Mountain Meadow #1FCC7E
Tints of Mountain Meadow #1FCC7E
RGB
CMYK
RGB Variations
Color information
#1FCC7E (or 0x1FCC7E) is known color: Mountain Meadow. HEX triplet: 1F, CC and 7E. RGB value is (31,204,126). Sum of RGB (Red+Green+Blue) = 31+204+126=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC7E is #E03381. Grayscale: #8F8F8F. Windows color (decimal): -14693250 or 8309791. OLE color: 8309791.
HSL color Cylindrical-coordinate representation of color #1FCC7E: hue angle of 152.95º 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 #1FCC7E is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 126 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.2 |
| HSL | 152.95º | 0.74% | 0.46% | - |
| HSV(B) | 152.95º | 0.85% | 0.8% | - |
| XYZ | 25.92 | 44.98 | 27.06 | - |
| YUV | 143.38 | 118.19 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 126 | 0.85 | 0 | 0.38 | 0.2 | 152.95 | 0.74 | 0.46 |
| Hex | 1F | CC | 7E | 55 | 0 | 26 | 14 | 99 | 4A | 2E |
| Octal | 37 | 314 | 176 | 125 | 0 | 46 | 24 | 231 | 112 | 56 |
| Binary | 11111 | 11001100 | 1111110 | 1010101 | 0 | 100110 | 10100 | 10011001 | 1001010 | 101110 |
Color Harmonies of #1FCC7E
Complementary color
Monochromatic Colors of #1FCC7E
Black with #1FCC7E
Text Example
Text Example
White with #1FCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC7E; }
p { color: rgb(31,204,126); }
H1.HeaderClassName
{
color: #1FCC7E;
}
.AnyTagClassName
{
color: #1FCC7E;
}
</style>
background-color css
<style>
a { background-color: #1FCC7E; }
a { background-color: rgb(31,204,126); }
div.DivClassName
{
background-color: #1FCC7E;
}
.BgClassName
{
background-color: #1FCC7E;
}
</style>
border-color css
<style>
span { border-color: #1FCC7E; }
span { border-color: rgb(31,204,126); }
td.TdClassName
{
border-color: #1FCC7E;
}
.TagClassName
{
border-color: #1FCC7E;
}
</style>