Shades of Mountain Meadow #1FB478
Tints of Mountain Meadow #1FB478
RGB
CMYK
RGB Variations
Color information
#1FB478 (or 0x1FB478) is known color: Mountain Meadow. HEX triplet: 1F, B4 and 78. RGB value is (31,180,120). Sum of RGB (Red+Green+Blue) = 31+180+120=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB478 is #E04B87. Grayscale: #808080. Windows color (decimal): -14699400 or 7910431. OLE color: 7910431.
HSL color Cylindrical-coordinate representation of color #1FB478: hue angle of 155.84º 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 #1FB478 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 120 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.29 |
| HSL | 155.84º | 0.71% | 0.41% | - |
| HSV(B) | 155.84º | 0.83% | 0.71% | - |
| XYZ | 20.28 | 34.29 | 23.32 | - |
| YUV | 128.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 120 | 0.83 | 0 | 0.33 | 0.29 | 155.84 | 0.71 | 0.41 |
| Hex | 1F | B4 | 78 | 53 | 0 | 21 | 1D | 9C | 47 | 29 |
| Octal | 37 | 264 | 170 | 123 | 0 | 41 | 35 | 234 | 107 | 51 |
| Binary | 11111 | 10110100 | 1111000 | 1010011 | 0 | 100001 | 11101 | 10011100 | 1000111 | 101001 |
Color Harmonies of #1FB478
Complementary color
Monochromatic Colors of #1FB478
Black with #1FB478
Text Example
Text Example
White with #1FB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB478; }
p { color: rgb(31,180,120); }
H1.HeaderClassName
{
color: #1FB478;
}
.AnyTagClassName
{
color: #1FB478;
}
</style>
background-color css
<style>
a { background-color: #1FB478; }
a { background-color: rgb(31,180,120); }
div.DivClassName
{
background-color: #1FB478;
}
.BgClassName
{
background-color: #1FB478;
}
</style>
border-color css
<style>
span { border-color: #1FB478; }
span { border-color: rgb(31,180,120); }
td.TdClassName
{
border-color: #1FB478;
}
.TagClassName
{
border-color: #1FB478;
}
</style>