Shades of Mountain Meadow #1FD078
Tints of Mountain Meadow #1FD078
RGB
CMYK
RGB Variations
Color information
#1FD078 (or 0x1FD078) is known color: Mountain Meadow. HEX triplet: 1F, D0 and 78. RGB value is (31,208,120). Sum of RGB (Red+Green+Blue) = 31+208+120=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD078 is #E02F87. Grayscale: #919191. Windows color (decimal): -14692232 or 7917599. OLE color: 7917599.
HSL color Cylindrical-coordinate representation of color #1FD078: hue angle of 150.17º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD078 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 120 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.18 |
| HSL | 150.17º | 0.74% | 0.47% | - |
| HSV(B) | 150.17º | 0.85% | 0.82% | - |
| XYZ | 26.51 | 46.76 | 25.4 | - |
| YUV | 145.05 | 113.86 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 120 | 0.85 | 0 | 0.42 | 0.18 | 150.17 | 0.74 | 0.47 |
| Hex | 1F | D0 | 78 | 55 | 0 | 2A | 12 | 96 | 4A | 2F |
| Octal | 37 | 320 | 170 | 125 | 0 | 52 | 22 | 226 | 112 | 57 |
| Binary | 11111 | 11010000 | 1111000 | 1010101 | 0 | 101010 | 10010 | 10010110 | 1001010 | 101111 |
Color Harmonies of #1FD078
Complementary color
Monochromatic Colors of #1FD078
Black with #1FD078
Text Example
Text Example
White with #1FD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD078; }
p { color: rgb(31,208,120); }
H1.HeaderClassName
{
color: #1FD078;
}
.AnyTagClassName
{
color: #1FD078;
}
</style>
background-color css
<style>
a { background-color: #1FD078; }
a { background-color: rgb(31,208,120); }
div.DivClassName
{
background-color: #1FD078;
}
.BgClassName
{
background-color: #1FD078;
}
</style>
border-color css
<style>
span { border-color: #1FD078; }
span { border-color: rgb(31,208,120); }
td.TdClassName
{
border-color: #1FD078;
}
.TagClassName
{
border-color: #1FD078;
}
</style>