Shades of Mountain Meadow #1FB56E
Tints of Mountain Meadow #1FB56E
RGB
CMYK
RGB Variations
Color information
#1FB56E (or 0x1FB56E) is known color: Mountain Meadow. HEX triplet: 1F, B5 and 6E. RGB value is (31,181,110). Sum of RGB (Red+Green+Blue) = 31+181+110=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB56E is #E04A91. Grayscale: #808080. Windows color (decimal): -14699154 or 7255327. OLE color: 7255327.
HSL color Cylindrical-coordinate representation of color #1FB56E: hue angle of 151.6º 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 #1FB56E is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 110 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.29 |
| HSL | 151.6º | 0.71% | 0.42% | - |
| HSV(B) | 151.6º | 0.83% | 0.71% | - |
| XYZ | 19.9 | 34.46 | 20.36 | - |
| YUV | 128.06 | 117.81 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 110 | 0.83 | 0 | 0.39 | 0.29 | 151.6 | 0.71 | 0.42 |
| Hex | 1F | B5 | 6E | 53 | 0 | 27 | 1D | 98 | 47 | 2A |
| Octal | 37 | 265 | 156 | 123 | 0 | 47 | 35 | 230 | 107 | 52 |
| Binary | 11111 | 10110101 | 1101110 | 1010011 | 0 | 100111 | 11101 | 10011000 | 1000111 | 101010 |
Color Harmonies of #1FB56E
Complementary color
Monochromatic Colors of #1FB56E
Black with #1FB56E
Text Example
Text Example
White with #1FB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB56E; }
p { color: rgb(31,181,110); }
H1.HeaderClassName
{
color: #1FB56E;
}
.AnyTagClassName
{
color: #1FB56E;
}
</style>
background-color css
<style>
a { background-color: #1FB56E; }
a { background-color: rgb(31,181,110); }
div.DivClassName
{
background-color: #1FB56E;
}
.BgClassName
{
background-color: #1FB56E;
}
</style>
border-color css
<style>
span { border-color: #1FB56E; }
span { border-color: rgb(31,181,110); }
td.TdClassName
{
border-color: #1FB56E;
}
.TagClassName
{
border-color: #1FB56E;
}
</style>