Shades of Mountain Meadow #1FB36C
Tints of Mountain Meadow #1FB36C
RGB
CMYK
RGB Variations
Color information
#1FB36C (or 0x1FB36C) is known color: Mountain Meadow. HEX triplet: 1F, B3 and 6C. RGB value is (31,179,108). Sum of RGB (Red+Green+Blue) = 31+179+108=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB36C is #E04C93. Grayscale: #7E7E7E. Windows color (decimal): -14699668 or 7123743. OLE color: 7123743.
HSL color Cylindrical-coordinate representation of color #1FB36C: hue angle of 151.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB36C is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 108 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.30 |
| HSL | 151.22º | 0.7% | 0.41% | - |
| HSV(B) | 151.22º | 0.83% | 0.7% | - |
| XYZ | 19.39 | 33.61 | 19.65 | - |
| YUV | 126.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 108 | 0.83 | 0 | 0.40 | 0.30 | 151.22 | 0.7 | 0.41 |
| Hex | 1F | B3 | 6C | 53 | 0 | 28 | 1E | 97 | 46 | 29 |
| Octal | 37 | 263 | 154 | 123 | 0 | 50 | 36 | 227 | 106 | 51 |
| Binary | 11111 | 10110011 | 1101100 | 1010011 | 0 | 101000 | 11110 | 10010111 | 1000110 | 101001 |
Color Harmonies of #1FB36C
Complementary color
Monochromatic Colors of #1FB36C
Black with #1FB36C
Text Example
Text Example
White with #1FB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB36C; }
p { color: rgb(31,179,108); }
H1.HeaderClassName
{
color: #1FB36C;
}
.AnyTagClassName
{
color: #1FB36C;
}
</style>
background-color css
<style>
a { background-color: #1FB36C; }
a { background-color: rgb(31,179,108); }
div.DivClassName
{
background-color: #1FB36C;
}
.BgClassName
{
background-color: #1FB36C;
}
</style>
border-color css
<style>
span { border-color: #1FB36C; }
span { border-color: rgb(31,179,108); }
td.TdClassName
{
border-color: #1FB36C;
}
.TagClassName
{
border-color: #1FB36C;
}
</style>