Shades of Mountain Meadow #1FB474
Tints of Mountain Meadow #1FB474
RGB
CMYK
RGB Variations
Color information
#1FB474 (or 0x1FB474) is known color: Mountain Meadow. HEX triplet: 1F, B4 and 74. RGB value is (31,180,116). Sum of RGB (Red+Green+Blue) = 31+180+116=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB474 is #E04B8B. Grayscale: #808080. Windows color (decimal): -14699404 or 7648287. OLE color: 7648287.
HSL color Cylindrical-coordinate representation of color #1FB474: hue angle of 154.23º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB474 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 116 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.29 |
| HSL | 154.23º | 0.71% | 0.41% | - |
| HSV(B) | 154.23º | 0.83% | 0.71% | - |
| XYZ | 20.04 | 34.19 | 22.07 | - |
| YUV | 128.15 | 121.14 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 116 | 0.83 | 0 | 0.36 | 0.29 | 154.23 | 0.71 | 0.41 |
| Hex | 1F | B4 | 74 | 53 | 0 | 24 | 1D | 9A | 47 | 29 |
| Octal | 37 | 264 | 164 | 123 | 0 | 44 | 35 | 232 | 107 | 51 |
| Binary | 11111 | 10110100 | 1110100 | 1010011 | 0 | 100100 | 11101 | 10011010 | 1000111 | 101001 |
Color Harmonies of #1FB474
Complementary color
Monochromatic Colors of #1FB474
Black with #1FB474
Text Example
Text Example
White with #1FB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB474; }
p { color: rgb(31,180,116); }
H1.HeaderClassName
{
color: #1FB474;
}
.AnyTagClassName
{
color: #1FB474;
}
</style>
background-color css
<style>
a { background-color: #1FB474; }
a { background-color: rgb(31,180,116); }
div.DivClassName
{
background-color: #1FB474;
}
.BgClassName
{
background-color: #1FB474;
}
</style>
border-color css
<style>
span { border-color: #1FB474; }
span { border-color: rgb(31,180,116); }
td.TdClassName
{
border-color: #1FB474;
}
.TagClassName
{
border-color: #1FB474;
}
</style>