Shades of Mountain Meadow #1FD27C
Tints of Mountain Meadow #1FD27C
RGB
CMYK
RGB Variations
Color information
#1FD27C (or 0x1FD27C) is known color: Mountain Meadow. HEX triplet: 1F, D2 and 7C. RGB value is (31,210,124). Sum of RGB (Red+Green+Blue) = 31+210+124=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD27C is #E02D83. Grayscale: #929292. Windows color (decimal): -14691716 or 8180255. OLE color: 8180255.
HSL color Cylindrical-coordinate representation of color #1FD27C: hue angle of 151.17º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD27C is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 124 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.18 |
| HSL | 151.17º | 0.74% | 0.47% | - |
| HSV(B) | 151.17º | 0.85% | 0.82% | - |
| XYZ | 27.25 | 47.84 | 26.87 | - |
| YUV | 146.68 | 115.2 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 124 | 0.85 | 0 | 0.41 | 0.18 | 151.17 | 0.74 | 0.47 |
| Hex | 1F | D2 | 7C | 55 | 0 | 29 | 12 | 97 | 4A | 2F |
| Octal | 37 | 322 | 174 | 125 | 0 | 51 | 22 | 227 | 112 | 57 |
| Binary | 11111 | 11010010 | 1111100 | 1010101 | 0 | 101001 | 10010 | 10010111 | 1001010 | 101111 |
Color Harmonies of #1FD27C
Complementary color
Monochromatic Colors of #1FD27C
Black with #1FD27C
Text Example
Text Example
White with #1FD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD27C; }
p { color: rgb(31,210,124); }
H1.HeaderClassName
{
color: #1FD27C;
}
.AnyTagClassName
{
color: #1FD27C;
}
</style>
background-color css
<style>
a { background-color: #1FD27C; }
a { background-color: rgb(31,210,124); }
div.DivClassName
{
background-color: #1FD27C;
}
.BgClassName
{
background-color: #1FD27C;
}
</style>
border-color css
<style>
span { border-color: #1FD27C; }
span { border-color: rgb(31,210,124); }
td.TdClassName
{
border-color: #1FD27C;
}
.TagClassName
{
border-color: #1FD27C;
}
</style>