Shades of Mountain Meadow #1FCD76
Tints of Mountain Meadow #1FCD76
RGB
CMYK
RGB Variations
Color information
#1FCD76 (or 0x1FCD76) is known color: Mountain Meadow. HEX triplet: 1F, CD and 76. RGB value is (31,205,118). Sum of RGB (Red+Green+Blue) = 31+205+118=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCD76 is #E03289. Grayscale: #8F8F8F. Windows color (decimal): -14693002 or 7785759. OLE color: 7785759.
HSL color Cylindrical-coordinate representation of color #1FCD76: hue angle of 150º 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 #1FCD76 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 118 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.20 |
| HSL | 150º | 0.74% | 0.46% | - |
| HSV(B) | 150º | 0.85% | 0.8% | - |
| XYZ | 25.67 | 45.26 | 24.52 | - |
| YUV | 143.06 | 113.85 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 118 | 0.85 | 0 | 0.42 | 0.20 | 150 | 0.74 | 0.46 |
| Hex | 1F | CD | 76 | 55 | 0 | 2A | 14 | 96 | 4A | 2E |
| Octal | 37 | 315 | 166 | 125 | 0 | 52 | 24 | 226 | 112 | 56 |
| Binary | 11111 | 11001101 | 1110110 | 1010101 | 0 | 101010 | 10100 | 10010110 | 1001010 | 101110 |
Color Harmonies of #1FCD76
Complementary color
Monochromatic Colors of #1FCD76
Black with #1FCD76
Text Example
Text Example
White with #1FCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD76; }
p { color: rgb(31,205,118); }
H1.HeaderClassName
{
color: #1FCD76;
}
.AnyTagClassName
{
color: #1FCD76;
}
</style>
background-color css
<style>
a { background-color: #1FCD76; }
a { background-color: rgb(31,205,118); }
div.DivClassName
{
background-color: #1FCD76;
}
.BgClassName
{
background-color: #1FCD76;
}
</style>
border-color css
<style>
span { border-color: #1FCD76; }
span { border-color: rgb(31,205,118); }
td.TdClassName
{
border-color: #1FCD76;
}
.TagClassName
{
border-color: #1FCD76;
}
</style>