Shades of Mountain Meadow #1FB570
Tints of Mountain Meadow #1FB570
RGB
CMYK
RGB Variations
Color information
#1FB570 (or 0x1FB570) is known color: Mountain Meadow. HEX triplet: 1F, B5 and 70. RGB value is (31,181,112). Sum of RGB (Red+Green+Blue) = 31+181+112=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB570 is #E04A8F. Grayscale: #808080. Windows color (decimal): -14699152 or 7386399. OLE color: 7386399.
HSL color Cylindrical-coordinate representation of color #1FB570: hue angle of 152.4º 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 #1FB570 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 112 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.29 |
| HSL | 152.4º | 0.71% | 0.42% | - |
| HSV(B) | 152.4º | 0.83% | 0.71% | - |
| XYZ | 20.01 | 34.51 | 20.94 | - |
| YUV | 128.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 112 | 0.83 | 0 | 0.38 | 0.29 | 152.4 | 0.71 | 0.42 |
| Hex | 1F | B5 | 70 | 53 | 0 | 26 | 1D | 98 | 47 | 2A |
| Octal | 37 | 265 | 160 | 123 | 0 | 46 | 35 | 230 | 107 | 52 |
| Binary | 11111 | 10110101 | 1110000 | 1010011 | 0 | 100110 | 11101 | 10011000 | 1000111 | 101010 |
Color Harmonies of #1FB570
Complementary color
Monochromatic Colors of #1FB570
Black with #1FB570
Text Example
Text Example
White with #1FB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB570; }
p { color: rgb(31,181,112); }
H1.HeaderClassName
{
color: #1FB570;
}
.AnyTagClassName
{
color: #1FB570;
}
</style>
background-color css
<style>
a { background-color: #1FB570; }
a { background-color: rgb(31,181,112); }
div.DivClassName
{
background-color: #1FB570;
}
.BgClassName
{
background-color: #1FB570;
}
</style>
border-color css
<style>
span { border-color: #1FB570; }
span { border-color: rgb(31,181,112); }
td.TdClassName
{
border-color: #1FB570;
}
.TagClassName
{
border-color: #1FB570;
}
</style>