Shades of Mountain Meadow #1FBE7E
Tints of Mountain Meadow #1FBE7E
RGB
CMYK
RGB Variations
Color information
#1FBE7E (or 0x1FBE7E) is known color: Mountain Meadow. HEX triplet: 1F, BE and 7E. RGB value is (31,190,126). Sum of RGB (Red+Green+Blue) = 31+190+126=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBE7E is #E04181. Grayscale: #878787. Windows color (decimal): -14696834 or 8306207. OLE color: 8306207.
HSL color Cylindrical-coordinate representation of color #1FBE7E: hue angle of 155.85º 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 #1FBE7E is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 126 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.25 |
| HSL | 155.85º | 0.72% | 0.43% | - |
| HSV(B) | 155.85º | 0.84% | 0.75% | - |
| XYZ | 22.74 | 38.62 | 26 | - |
| YUV | 135.16 | 122.82 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 126 | 0.84 | 0 | 0.34 | 0.25 | 155.85 | 0.72 | 0.43 |
| Hex | 1F | BE | 7E | 54 | 0 | 22 | 19 | 9C | 48 | 2B |
| Octal | 37 | 276 | 176 | 124 | 0 | 42 | 31 | 234 | 110 | 53 |
| Binary | 11111 | 10111110 | 1111110 | 1010100 | 0 | 100010 | 11001 | 10011100 | 1001000 | 101011 |
Color Harmonies of #1FBE7E
Complementary color
Monochromatic Colors of #1FBE7E
Black with #1FBE7E
Text Example
Text Example
White with #1FBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE7E; }
p { color: rgb(31,190,126); }
H1.HeaderClassName
{
color: #1FBE7E;
}
.AnyTagClassName
{
color: #1FBE7E;
}
</style>
background-color css
<style>
a { background-color: #1FBE7E; }
a { background-color: rgb(31,190,126); }
div.DivClassName
{
background-color: #1FBE7E;
}
.BgClassName
{
background-color: #1FBE7E;
}
</style>
border-color css
<style>
span { border-color: #1FBE7E; }
span { border-color: rgb(31,190,126); }
td.TdClassName
{
border-color: #1FBE7E;
}
.TagClassName
{
border-color: #1FBE7E;
}
</style>