Shades of Mountain Meadow #1FC37A
Tints of Mountain Meadow #1FC37A
RGB
CMYK
RGB Variations
Color information
#1FC37A (or 0x1FC37A) is known color: Mountain Meadow. HEX triplet: 1F, C3 and 7A. RGB value is (31,195,122). Sum of RGB (Red+Green+Blue) = 31+195+122=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC37A is #E03C85. Grayscale: #898989. Windows color (decimal): -14695558 or 8045343. OLE color: 8045343.
HSL color Cylindrical-coordinate representation of color #1FC37A: hue angle of 153.29º 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 #1FC37A is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 122 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.24 |
| HSL | 153.29º | 0.73% | 0.44% | - |
| HSV(B) | 153.29º | 0.84% | 0.76% | - |
| XYZ | 23.59 | 40.73 | 25.03 | - |
| YUV | 137.64 | 119.17 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 122 | 0.84 | 0 | 0.37 | 0.24 | 153.29 | 0.73 | 0.44 |
| Hex | 1F | C3 | 7A | 54 | 0 | 25 | 18 | 99 | 49 | 2C |
| Octal | 37 | 303 | 172 | 124 | 0 | 45 | 30 | 231 | 111 | 54 |
| Binary | 11111 | 11000011 | 1111010 | 1010100 | 0 | 100101 | 11000 | 10011001 | 1001001 | 101100 |
Color Harmonies of #1FC37A
Complementary color
Monochromatic Colors of #1FC37A
Black with #1FC37A
Text Example
Text Example
White with #1FC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC37A; }
p { color: rgb(31,195,122); }
H1.HeaderClassName
{
color: #1FC37A;
}
.AnyTagClassName
{
color: #1FC37A;
}
</style>
background-color css
<style>
a { background-color: #1FC37A; }
a { background-color: rgb(31,195,122); }
div.DivClassName
{
background-color: #1FC37A;
}
.BgClassName
{
background-color: #1FC37A;
}
</style>
border-color css
<style>
span { border-color: #1FC37A; }
span { border-color: rgb(31,195,122); }
td.TdClassName
{
border-color: #1FC37A;
}
.TagClassName
{
border-color: #1FC37A;
}
</style>