Shades of Mountain Meadow #1FB37D
Tints of Mountain Meadow #1FB37D
RGB
CMYK
RGB Variations
Color information
#1FB37D (or 0x1FB37D) is known color: Mountain Meadow. HEX triplet: 1F, B3 and 7D. RGB value is (31,179,125). Sum of RGB (Red+Green+Blue) = 31+179+125=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB37D is #E04C82. Grayscale: #808080. Windows color (decimal): -14699651 or 8237855. OLE color: 8237855.
HSL color Cylindrical-coordinate representation of color #1FB37D: hue angle of 158.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB37D is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 125 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.30 |
| HSL | 158.11º | 0.7% | 0.41% | - |
| HSV(B) | 158.11º | 0.83% | 0.7% | - |
| XYZ | 20.39 | 34.01 | 24.89 | - |
| YUV | 128.59 | 125.97 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 125 | 0.83 | 0 | 0.30 | 0.30 | 158.11 | 0.7 | 0.41 |
| Hex | 1F | B3 | 7D | 53 | 0 | 1E | 1E | 9E | 46 | 29 |
| Octal | 37 | 263 | 175 | 123 | 0 | 36 | 36 | 236 | 106 | 51 |
| Binary | 11111 | 10110011 | 1111101 | 1010011 | 0 | 11110 | 11110 | 10011110 | 1000110 | 101001 |
Color Harmonies of #1FB37D
Complementary color
Monochromatic Colors of #1FB37D
Black with #1FB37D
Text Example
Text Example
White with #1FB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB37D; }
p { color: rgb(31,179,125); }
H1.HeaderClassName
{
color: #1FB37D;
}
.AnyTagClassName
{
color: #1FB37D;
}
</style>
background-color css
<style>
a { background-color: #1FB37D; }
a { background-color: rgb(31,179,125); }
div.DivClassName
{
background-color: #1FB37D;
}
.BgClassName
{
background-color: #1FB37D;
}
</style>
border-color css
<style>
span { border-color: #1FB37D; }
span { border-color: rgb(31,179,125); }
td.TdClassName
{
border-color: #1FB37D;
}
.TagClassName
{
border-color: #1FB37D;
}
</style>