Shades of Mountain Meadow #1FCF78
Tints of Mountain Meadow #1FCF78
RGB
CMYK
RGB Variations
Color information
#1FCF78 (or 0x1FCF78) is known color: Mountain Meadow. HEX triplet: 1F, CF and 78. RGB value is (31,207,120). Sum of RGB (Red+Green+Blue) = 31+207+120=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCF78 is #E03087. Grayscale: #909090. Windows color (decimal): -14692488 or 7917343. OLE color: 7917343.
HSL color Cylindrical-coordinate representation of color #1FCF78: hue angle of 150.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF78 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 120 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.19 |
| HSL | 150.34º | 0.74% | 0.47% | - |
| HSV(B) | 150.34º | 0.85% | 0.81% | - |
| XYZ | 26.27 | 46.27 | 25.32 | - |
| YUV | 144.46 | 114.19 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 120 | 0.85 | 0 | 0.42 | 0.19 | 150.34 | 0.74 | 0.47 |
| Hex | 1F | CF | 78 | 55 | 0 | 2A | 13 | 96 | 4A | 2F |
| Octal | 37 | 317 | 170 | 125 | 0 | 52 | 23 | 226 | 112 | 57 |
| Binary | 11111 | 11001111 | 1111000 | 1010101 | 0 | 101010 | 10011 | 10010110 | 1001010 | 101111 |
Color Harmonies of #1FCF78
Complementary color
Monochromatic Colors of #1FCF78
Black with #1FCF78
Text Example
Text Example
White with #1FCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF78; }
p { color: rgb(31,207,120); }
H1.HeaderClassName
{
color: #1FCF78;
}
.AnyTagClassName
{
color: #1FCF78;
}
</style>
background-color css
<style>
a { background-color: #1FCF78; }
a { background-color: rgb(31,207,120); }
div.DivClassName
{
background-color: #1FCF78;
}
.BgClassName
{
background-color: #1FCF78;
}
</style>
border-color css
<style>
span { border-color: #1FCF78; }
span { border-color: rgb(31,207,120); }
td.TdClassName
{
border-color: #1FCF78;
}
.TagClassName
{
border-color: #1FCF78;
}
</style>