Shades of Mountain Meadow #1FCC7B
Tints of Mountain Meadow #1FCC7B
RGB
CMYK
RGB Variations
Color information
#1FCC7B (or 0x1FCC7B) is known color: Mountain Meadow. HEX triplet: 1F, CC and 7B. RGB value is (31,204,123). Sum of RGB (Red+Green+Blue) = 31+204+123=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC7B is #E03384. Grayscale: #8F8F8F. Windows color (decimal): -14693253 or 8113183. OLE color: 8113183.
HSL color Cylindrical-coordinate representation of color #1FCC7B: hue angle of 151.91º 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 #1FCC7B is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 123 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.2 |
| HSL | 151.91º | 0.74% | 0.46% | - |
| HSV(B) | 151.91º | 0.85% | 0.8% | - |
| XYZ | 25.73 | 44.91 | 26.05 | - |
| YUV | 143.04 | 116.69 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 123 | 0.85 | 0 | 0.40 | 0.2 | 151.91 | 0.74 | 0.46 |
| Hex | 1F | CC | 7B | 55 | 0 | 28 | 14 | 98 | 4A | 2E |
| Octal | 37 | 314 | 173 | 125 | 0 | 50 | 24 | 230 | 112 | 56 |
| Binary | 11111 | 11001100 | 1111011 | 1010101 | 0 | 101000 | 10100 | 10011000 | 1001010 | 101110 |
Color Harmonies of #1FCC7B
Complementary color
Monochromatic Colors of #1FCC7B
Black with #1FCC7B
Text Example
Text Example
White with #1FCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC7B; }
p { color: rgb(31,204,123); }
H1.HeaderClassName
{
color: #1FCC7B;
}
.AnyTagClassName
{
color: #1FCC7B;
}
</style>
background-color css
<style>
a { background-color: #1FCC7B; }
a { background-color: rgb(31,204,123); }
div.DivClassName
{
background-color: #1FCC7B;
}
.BgClassName
{
background-color: #1FCC7B;
}
</style>
border-color css
<style>
span { border-color: #1FCC7B; }
span { border-color: rgb(31,204,123); }
td.TdClassName
{
border-color: #1FCC7B;
}
.TagClassName
{
border-color: #1FCC7B;
}
</style>