Shades of Mountain Meadow #1FB58F
Tints of Mountain Meadow #1FB58F
RGB
CMYK
RGB Variations
Color information
#1FB58F (or 0x1FB58F) is known color: Mountain Meadow. HEX triplet: 1F, B5 and 8F. RGB value is (31,181,143). Sum of RGB (Red+Green+Blue) = 31+181+143=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB58F is #E04A70. Grayscale: #838383. Windows color (decimal): -14699121 or 9418015. OLE color: 9418015.
HSL color Cylindrical-coordinate representation of color #1FB58F: hue angle of 164.8º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB58F is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 143 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.29 |
| HSL | 164.8º | 0.71% | 0.42% | - |
| HSV(B) | 164.8º | 0.83% | 0.71% | - |
| XYZ | 22.05 | 35.32 | 31.64 | - |
| YUV | 131.82 | 134.31 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 143 | 0.83 | 0 | 0.21 | 0.29 | 164.8 | 0.71 | 0.42 |
| Hex | 1F | B5 | 8F | 53 | 0 | 15 | 1D | A5 | 47 | 2A |
| Octal | 37 | 265 | 217 | 123 | 0 | 25 | 35 | 245 | 107 | 52 |
| Binary | 11111 | 10110101 | 10001111 | 1010011 | 0 | 10101 | 11101 | 10100101 | 1000111 | 101010 |
Color Harmonies of #1FB58F
Complementary color
Monochromatic Colors of #1FB58F
Black with #1FB58F
Text Example
Text Example
White with #1FB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB58F; }
p { color: rgb(31,181,143); }
H1.HeaderClassName
{
color: #1FB58F;
}
.AnyTagClassName
{
color: #1FB58F;
}
</style>
background-color css
<style>
a { background-color: #1FB58F; }
a { background-color: rgb(31,181,143); }
div.DivClassName
{
background-color: #1FB58F;
}
.BgClassName
{
background-color: #1FB58F;
}
</style>
border-color css
<style>
span { border-color: #1FB58F; }
span { border-color: rgb(31,181,143); }
td.TdClassName
{
border-color: #1FB58F;
}
.TagClassName
{
border-color: #1FB58F;
}
</style>