Shades of Mountain Meadow #1FCB7D
Tints of Mountain Meadow #1FCB7D
RGB
CMYK
RGB Variations
Color information
#1FCB7D (or 0x1FCB7D) is known color: Mountain Meadow. HEX triplet: 1F, CB and 7D. RGB value is (31,203,125). Sum of RGB (Red+Green+Blue) = 31+203+125=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCB7D is #E03482. Grayscale: #8E8E8E. Windows color (decimal): -14693507 or 8243999. OLE color: 8243999.
HSL color Cylindrical-coordinate representation of color #1FCB7D: hue angle of 152.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB7D is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 125 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.20 |
| HSL | 152.79º | 0.74% | 0.46% | - |
| HSV(B) | 152.79º | 0.85% | 0.8% | - |
| XYZ | 25.62 | 44.48 | 26.64 | - |
| YUV | 142.68 | 118.02 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 125 | 0.85 | 0 | 0.38 | 0.20 | 152.79 | 0.74 | 0.46 |
| Hex | 1F | CB | 7D | 55 | 0 | 26 | 14 | 99 | 4A | 2E |
| Octal | 37 | 313 | 175 | 125 | 0 | 46 | 24 | 231 | 112 | 56 |
| Binary | 11111 | 11001011 | 1111101 | 1010101 | 0 | 100110 | 10100 | 10011001 | 1001010 | 101110 |
Color Harmonies of #1FCB7D
Complementary color
Monochromatic Colors of #1FCB7D
Black with #1FCB7D
Text Example
Text Example
White with #1FCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB7D; }
p { color: rgb(31,203,125); }
H1.HeaderClassName
{
color: #1FCB7D;
}
.AnyTagClassName
{
color: #1FCB7D;
}
</style>
background-color css
<style>
a { background-color: #1FCB7D; }
a { background-color: rgb(31,203,125); }
div.DivClassName
{
background-color: #1FCB7D;
}
.BgClassName
{
background-color: #1FCB7D;
}
</style>
border-color css
<style>
span { border-color: #1FCB7D; }
span { border-color: rgb(31,203,125); }
td.TdClassName
{
border-color: #1FCB7D;
}
.TagClassName
{
border-color: #1FCB7D;
}
</style>