Shades of Mountain Meadow #1FBE81
Tints of Mountain Meadow #1FBE81
RGB
CMYK
RGB Variations
Color information
#1FBE81 (or 0x1FBE81) is known color: Mountain Meadow. HEX triplet: 1F, BE and 81. RGB value is (31,190,129). Sum of RGB (Red+Green+Blue) = 31+190+129=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBE81 is #E0417E. Grayscale: #878787. Windows color (decimal): -14696831 or 8502815. OLE color: 8502815.
HSL color Cylindrical-coordinate representation of color #1FBE81: hue angle of 156.98º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE81 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 129 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.25 |
| HSL | 156.98º | 0.72% | 0.43% | - |
| HSV(B) | 156.98º | 0.84% | 0.75% | - |
| XYZ | 22.94 | 38.7 | 27.03 | - |
| YUV | 135.51 | 124.32 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 129 | 0.84 | 0 | 0.32 | 0.25 | 156.98 | 0.72 | 0.43 |
| Hex | 1F | BE | 81 | 54 | 0 | 20 | 19 | 9D | 48 | 2B |
| Octal | 37 | 276 | 201 | 124 | 0 | 40 | 31 | 235 | 110 | 53 |
| Binary | 11111 | 10111110 | 10000001 | 1010100 | 0 | 100000 | 11001 | 10011101 | 1001000 | 101011 |
Color Harmonies of #1FBE81
Complementary color
Monochromatic Colors of #1FBE81
Black with #1FBE81
Text Example
Text Example
White with #1FBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE81; }
p { color: rgb(31,190,129); }
H1.HeaderClassName
{
color: #1FBE81;
}
.AnyTagClassName
{
color: #1FBE81;
}
</style>
background-color css
<style>
a { background-color: #1FBE81; }
a { background-color: rgb(31,190,129); }
div.DivClassName
{
background-color: #1FBE81;
}
.BgClassName
{
background-color: #1FBE81;
}
</style>
border-color css
<style>
span { border-color: #1FBE81; }
span { border-color: rgb(31,190,129); }
td.TdClassName
{
border-color: #1FBE81;
}
.TagClassName
{
border-color: #1FBE81;
}
</style>