Shades of Mountain Meadow #1FB67D
Tints of Mountain Meadow #1FB67D
RGB
CMYK
RGB Variations
Color information
#1FB67D (or 0x1FB67D) is known color: Mountain Meadow. HEX triplet: 1F, B6 and 7D. RGB value is (31,182,125). Sum of RGB (Red+Green+Blue) = 31+182+125=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB67D is #E04982. Grayscale: #828282. Windows color (decimal): -14698883 or 8238623. OLE color: 8238623.
HSL color Cylindrical-coordinate representation of color #1FB67D: hue angle of 157.35º 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 #1FB67D is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 182 | 125 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.29 |
| HSL | 157.35º | 0.71% | 0.42% | - |
| HSV(B) | 157.35º | 0.83% | 0.71% | - |
| XYZ | 20.99 | 35.23 | 25.1 | - |
| YUV | 130.35 | 124.97 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 125 | 0.83 | 0 | 0.31 | 0.29 | 157.35 | 0.71 | 0.42 |
| Hex | 1F | B6 | 7D | 53 | 0 | 1F | 1D | 9D | 47 | 2A |
| Octal | 37 | 266 | 175 | 123 | 0 | 37 | 35 | 235 | 107 | 52 |
| Binary | 11111 | 10110110 | 1111101 | 1010011 | 0 | 11111 | 11101 | 10011101 | 1000111 | 101010 |
Color Harmonies of #1FB67D
Complementary color
Monochromatic Colors of #1FB67D
Black with #1FB67D
Text Example
Text Example
White with #1FB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB67D; }
p { color: rgb(31,182,125); }
H1.HeaderClassName
{
color: #1FB67D;
}
.AnyTagClassName
{
color: #1FB67D;
}
</style>
background-color css
<style>
a { background-color: #1FB67D; }
a { background-color: rgb(31,182,125); }
div.DivClassName
{
background-color: #1FB67D;
}
.BgClassName
{
background-color: #1FB67D;
}
</style>
border-color css
<style>
span { border-color: #1FB67D; }
span { border-color: rgb(31,182,125); }
td.TdClassName
{
border-color: #1FB67D;
}
.TagClassName
{
border-color: #1FB67D;
}
</style>