Shades of Mountain Meadow #1FC080
Tints of Mountain Meadow #1FC080
RGB
CMYK
RGB Variations
Color information
#1FC080 (or 0x1FC080) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 80. RGB value is (31,192,128). Sum of RGB (Red+Green+Blue) = 31+192+128=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC080 is #E03F7F. Grayscale: #888888. Windows color (decimal): -14696320 or 8437791. OLE color: 8437791.
HSL color Cylindrical-coordinate representation of color #1FC080: hue angle of 156.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC080 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 128 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.25 |
| HSL | 156.15º | 0.72% | 0.44% | - |
| HSV(B) | 156.15º | 0.84% | 0.75% | - |
| XYZ | 23.31 | 39.55 | 26.83 | - |
| YUV | 136.57 | 123.16 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 128 | 0.84 | 0 | 0.33 | 0.25 | 156.15 | 0.72 | 0.44 |
| Hex | 1F | C0 | 80 | 54 | 0 | 21 | 19 | 9C | 48 | 2C |
| Octal | 37 | 300 | 200 | 124 | 0 | 41 | 31 | 234 | 110 | 54 |
| Binary | 11111 | 11000000 | 10000000 | 1010100 | 0 | 100001 | 11001 | 10011100 | 1001000 | 101100 |
Color Harmonies of #1FC080
Complementary color
Monochromatic Colors of #1FC080
Black with #1FC080
Text Example
Text Example
White with #1FC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC080; }
p { color: rgb(31,192,128); }
H1.HeaderClassName
{
color: #1FC080;
}
.AnyTagClassName
{
color: #1FC080;
}
</style>
background-color css
<style>
a { background-color: #1FC080; }
a { background-color: rgb(31,192,128); }
div.DivClassName
{
background-color: #1FC080;
}
.BgClassName
{
background-color: #1FC080;
}
</style>
border-color css
<style>
span { border-color: #1FC080; }
span { border-color: rgb(31,192,128); }
td.TdClassName
{
border-color: #1FC080;
}
.TagClassName
{
border-color: #1FC080;
}
</style>