Shades of Mountain Meadow #1FC384
Tints of Mountain Meadow #1FC384
RGB
CMYK
RGB Variations
Color information
#1FC384 (or 0x1FC384) is known color: Mountain Meadow. HEX triplet: 1F, C3 and 84. RGB value is (31,195,132). Sum of RGB (Red+Green+Blue) = 31+195+132=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC384 is #E03C7B. Grayscale: #8A8A8A. Windows color (decimal): -14695548 or 8700703. OLE color: 8700703.
HSL color Cylindrical-coordinate representation of color #1FC384: hue angle of 156.95º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC384 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 132 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.24 |
| HSL | 156.95º | 0.73% | 0.44% | - |
| HSV(B) | 156.95º | 0.84% | 0.76% | - |
| XYZ | 24.25 | 40.99 | 28.46 | - |
| YUV | 138.78 | 124.17 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 132 | 0.84 | 0 | 0.32 | 0.24 | 156.95 | 0.73 | 0.44 |
| Hex | 1F | C3 | 84 | 54 | 0 | 20 | 18 | 9D | 49 | 2C |
| Octal | 37 | 303 | 204 | 124 | 0 | 40 | 30 | 235 | 111 | 54 |
| Binary | 11111 | 11000011 | 10000100 | 1010100 | 0 | 100000 | 11000 | 10011101 | 1001001 | 101100 |
Color Harmonies of #1FC384
Complementary color
Monochromatic Colors of #1FC384
Black with #1FC384
Text Example
Text Example
White with #1FC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC384; }
p { color: rgb(31,195,132); }
H1.HeaderClassName
{
color: #1FC384;
}
.AnyTagClassName
{
color: #1FC384;
}
</style>
background-color css
<style>
a { background-color: #1FC384; }
a { background-color: rgb(31,195,132); }
div.DivClassName
{
background-color: #1FC384;
}
.BgClassName
{
background-color: #1FC384;
}
</style>
border-color css
<style>
span { border-color: #1FC384; }
span { border-color: rgb(31,195,132); }
td.TdClassName
{
border-color: #1FC384;
}
.TagClassName
{
border-color: #1FC384;
}
</style>