Shades of Mountain Meadow #1FB66D
Tints of Mountain Meadow #1FB66D
RGB
CMYK
RGB Variations
Color information
#1FB66D (or 0x1FB66D) is known color: Mountain Meadow. HEX triplet: 1F, B6 and 6D. RGB value is (31,182,109). Sum of RGB (Red+Green+Blue) = 31+182+109=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB66D is #E04992. Grayscale: #808080. Windows color (decimal): -14698899 or 7190047. OLE color: 7190047.
HSL color Cylindrical-coordinate representation of color #1FB66D: hue angle of 150.99º 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 #1FB66D is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 182 | 109 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.29 |
| HSL | 150.99º | 0.71% | 0.42% | - |
| HSV(B) | 150.99º | 0.83% | 0.71% | - |
| XYZ | 20.05 | 34.85 | 20.14 | - |
| YUV | 128.53 | 116.97 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 109 | 0.83 | 0 | 0.40 | 0.29 | 150.99 | 0.71 | 0.42 |
| Hex | 1F | B6 | 6D | 53 | 0 | 28 | 1D | 97 | 47 | 2A |
| Octal | 37 | 266 | 155 | 123 | 0 | 50 | 35 | 227 | 107 | 52 |
| Binary | 11111 | 10110110 | 1101101 | 1010011 | 0 | 101000 | 11101 | 10010111 | 1000111 | 101010 |
Color Harmonies of #1FB66D
Complementary color
Monochromatic Colors of #1FB66D
Black with #1FB66D
Text Example
Text Example
White with #1FB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB66D; }
p { color: rgb(31,182,109); }
H1.HeaderClassName
{
color: #1FB66D;
}
.AnyTagClassName
{
color: #1FB66D;
}
</style>
background-color css
<style>
a { background-color: #1FB66D; }
a { background-color: rgb(31,182,109); }
div.DivClassName
{
background-color: #1FB66D;
}
.BgClassName
{
background-color: #1FB66D;
}
</style>
border-color css
<style>
span { border-color: #1FB66D; }
span { border-color: rgb(31,182,109); }
td.TdClassName
{
border-color: #1FB66D;
}
.TagClassName
{
border-color: #1FB66D;
}
</style>