Shades of Mountain Meadow #1FCB76
Tints of Mountain Meadow #1FCB76
RGB
CMYK
RGB Variations
Color information
#1FCB76 (or 0x1FCB76) is known color: Mountain Meadow. HEX triplet: 1F, CB and 76. RGB value is (31,203,118). Sum of RGB (Red+Green+Blue) = 31+203+118=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCB76 is #E03489. Grayscale: #8E8E8E. Windows color (decimal): -14693514 or 7785247. OLE color: 7785247.
HSL color Cylindrical-coordinate representation of color #1FCB76: hue angle of 150.35º 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 #1FCB76 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 118 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.20 |
| HSL | 150.35º | 0.74% | 0.46% | - |
| HSV(B) | 150.35º | 0.85% | 0.8% | - |
| XYZ | 25.19 | 44.31 | 24.36 | - |
| YUV | 141.88 | 114.52 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 118 | 0.85 | 0 | 0.42 | 0.20 | 150.35 | 0.74 | 0.46 |
| Hex | 1F | CB | 76 | 55 | 0 | 2A | 14 | 96 | 4A | 2E |
| Octal | 37 | 313 | 166 | 125 | 0 | 52 | 24 | 226 | 112 | 56 |
| Binary | 11111 | 11001011 | 1110110 | 1010101 | 0 | 101010 | 10100 | 10010110 | 1001010 | 101110 |
Color Harmonies of #1FCB76
Complementary color
Monochromatic Colors of #1FCB76
Black with #1FCB76
Text Example
Text Example
White with #1FCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB76; }
p { color: rgb(31,203,118); }
H1.HeaderClassName
{
color: #1FCB76;
}
.AnyTagClassName
{
color: #1FCB76;
}
</style>
background-color css
<style>
a { background-color: #1FCB76; }
a { background-color: rgb(31,203,118); }
div.DivClassName
{
background-color: #1FCB76;
}
.BgClassName
{
background-color: #1FCB76;
}
</style>
border-color css
<style>
span { border-color: #1FCB76; }
span { border-color: rgb(31,203,118); }
td.TdClassName
{
border-color: #1FCB76;
}
.TagClassName
{
border-color: #1FCB76;
}
</style>