Shades of Mountain Meadow #1FB46D
Tints of Mountain Meadow #1FB46D
RGB
CMYK
RGB Variations
Color information
#1FB46D (or 0x1FB46D) is known color: Mountain Meadow. HEX triplet: 1F, B4 and 6D. RGB value is (31,180,109). Sum of RGB (Red+Green+Blue) = 31+180+109=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB46D is #E04B92. Grayscale: #7F7F7F. Windows color (decimal): -14699411 or 7189535. OLE color: 7189535.
HSL color Cylindrical-coordinate representation of color #1FB46D: hue angle of 151.41º 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 #1FB46D is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 109 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.29 |
| HSL | 151.41º | 0.71% | 0.41% | - |
| HSV(B) | 151.41º | 0.83% | 0.71% | - |
| XYZ | 19.65 | 34.04 | 20 | - |
| YUV | 127.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 109 | 0.83 | 0 | 0.39 | 0.29 | 151.41 | 0.71 | 0.41 |
| Hex | 1F | B4 | 6D | 53 | 0 | 27 | 1D | 97 | 47 | 29 |
| Octal | 37 | 264 | 155 | 123 | 0 | 47 | 35 | 227 | 107 | 51 |
| Binary | 11111 | 10110100 | 1101101 | 1010011 | 0 | 100111 | 11101 | 10010111 | 1000111 | 101001 |
Color Harmonies of #1FB46D
Complementary color
Monochromatic Colors of #1FB46D
Black with #1FB46D
Text Example
Text Example
White with #1FB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB46D; }
p { color: rgb(31,180,109); }
H1.HeaderClassName
{
color: #1FB46D;
}
.AnyTagClassName
{
color: #1FB46D;
}
</style>
background-color css
<style>
a { background-color: #1FB46D; }
a { background-color: rgb(31,180,109); }
div.DivClassName
{
background-color: #1FB46D;
}
.BgClassName
{
background-color: #1FB46D;
}
</style>
border-color css
<style>
span { border-color: #1FB46D; }
span { border-color: rgb(31,180,109); }
td.TdClassName
{
border-color: #1FB46D;
}
.TagClassName
{
border-color: #1FB46D;
}
</style>