Shades of Mountain Meadow #1FB87D
Tints of Mountain Meadow #1FB87D
RGB
CMYK
RGB Variations
Color information
#1FB87D (or 0x1FB87D) is known color: Mountain Meadow. HEX triplet: 1F, B8 and 7D. RGB value is (31,184,125). Sum of RGB (Red+Green+Blue) = 31+184+125=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB87D is #E04782. Grayscale: #838383. Windows color (decimal): -14698371 or 8239135. OLE color: 8239135.
HSL color Cylindrical-coordinate representation of color #1FB87D: hue angle of 156.86º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB87D is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 125 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.28 |
| HSL | 156.86º | 0.71% | 0.42% | - |
| HSV(B) | 156.86º | 0.83% | 0.72% | - |
| XYZ | 21.41 | 36.05 | 25.23 | - |
| YUV | 131.53 | 124.31 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 125 | 0.83 | 0 | 0.32 | 0.28 | 156.86 | 0.71 | 0.42 |
| Hex | 1F | B8 | 7D | 53 | 0 | 20 | 1C | 9D | 47 | 2A |
| Octal | 37 | 270 | 175 | 123 | 0 | 40 | 34 | 235 | 107 | 52 |
| Binary | 11111 | 10111000 | 1111101 | 1010011 | 0 | 100000 | 11100 | 10011101 | 1000111 | 101010 |
Color Harmonies of #1FB87D
Complementary color
Monochromatic Colors of #1FB87D
Black with #1FB87D
Text Example
Text Example
White with #1FB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB87D; }
p { color: rgb(31,184,125); }
H1.HeaderClassName
{
color: #1FB87D;
}
.AnyTagClassName
{
color: #1FB87D;
}
</style>
background-color css
<style>
a { background-color: #1FB87D; }
a { background-color: rgb(31,184,125); }
div.DivClassName
{
background-color: #1FB87D;
}
.BgClassName
{
background-color: #1FB87D;
}
</style>
border-color css
<style>
span { border-color: #1FB87D; }
span { border-color: rgb(31,184,125); }
td.TdClassName
{
border-color: #1FB87D;
}
.TagClassName
{
border-color: #1FB87D;
}
</style>