Shades of Mountain Meadow #1FC37D
Tints of Mountain Meadow #1FC37D
RGB
CMYK
RGB Variations
Color information
#1FC37D (or 0x1FC37D) is known color: Mountain Meadow. HEX triplet: 1F, C3 and 7D. RGB value is (31,195,125). Sum of RGB (Red+Green+Blue) = 31+195+125=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC37D is #E03C82. Grayscale: #8A8A8A. Windows color (decimal): -14695555 or 8241951. OLE color: 8241951.
HSL color Cylindrical-coordinate representation of color #1FC37D: hue angle of 154.39º 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 #1FC37D is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 125 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.24 |
| HSL | 154.39º | 0.73% | 0.44% | - |
| HSV(B) | 154.39º | 0.84% | 0.76% | - |
| XYZ | 23.78 | 40.8 | 26.02 | - |
| YUV | 137.98 | 120.67 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 125 | 0.84 | 0 | 0.36 | 0.24 | 154.39 | 0.73 | 0.44 |
| Hex | 1F | C3 | 7D | 54 | 0 | 24 | 18 | 9A | 49 | 2C |
| Octal | 37 | 303 | 175 | 124 | 0 | 44 | 30 | 232 | 111 | 54 |
| Binary | 11111 | 11000011 | 1111101 | 1010100 | 0 | 100100 | 11000 | 10011010 | 1001001 | 101100 |
Color Harmonies of #1FC37D
Complementary color
Monochromatic Colors of #1FC37D
Black with #1FC37D
Text Example
Text Example
White with #1FC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC37D; }
p { color: rgb(31,195,125); }
H1.HeaderClassName
{
color: #1FC37D;
}
.AnyTagClassName
{
color: #1FC37D;
}
</style>
background-color css
<style>
a { background-color: #1FC37D; }
a { background-color: rgb(31,195,125); }
div.DivClassName
{
background-color: #1FC37D;
}
.BgClassName
{
background-color: #1FC37D;
}
</style>
border-color css
<style>
span { border-color: #1FC37D; }
span { border-color: rgb(31,195,125); }
td.TdClassName
{
border-color: #1FC37D;
}
.TagClassName
{
border-color: #1FC37D;
}
</style>