Shades of Mountain Meadow #1FCE7A
Tints of Mountain Meadow #1FCE7A
RGB
CMYK
RGB Variations
Color information
#1FCE7A (or 0x1FCE7A) is known color: Mountain Meadow. HEX triplet: 1F, CE and 7A. RGB value is (31,206,122). Sum of RGB (Red+Green+Blue) = 31+206+122=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCE7A is #E03185. Grayscale: #909090. Windows color (decimal): -14692742 or 8048159. OLE color: 8048159.
HSL color Cylindrical-coordinate representation of color #1FCE7A: hue angle of 151.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCE7A is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 122 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.19 |
| HSL | 151.2º | 0.74% | 0.46% | - |
| HSV(B) | 151.2º | 0.85% | 0.81% | - |
| XYZ | 26.15 | 45.84 | 25.88 | - |
| YUV | 144.1 | 115.52 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 122 | 0.85 | 0 | 0.41 | 0.19 | 151.2 | 0.74 | 0.46 |
| Hex | 1F | CE | 7A | 55 | 0 | 29 | 13 | 97 | 4A | 2E |
| Octal | 37 | 316 | 172 | 125 | 0 | 51 | 23 | 227 | 112 | 56 |
| Binary | 11111 | 11001110 | 1111010 | 1010101 | 0 | 101001 | 10011 | 10010111 | 1001010 | 101110 |
Color Harmonies of #1FCE7A
Complementary color
Monochromatic Colors of #1FCE7A
Black with #1FCE7A
Text Example
Text Example
White with #1FCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE7A; }
p { color: rgb(31,206,122); }
H1.HeaderClassName
{
color: #1FCE7A;
}
.AnyTagClassName
{
color: #1FCE7A;
}
</style>
background-color css
<style>
a { background-color: #1FCE7A; }
a { background-color: rgb(31,206,122); }
div.DivClassName
{
background-color: #1FCE7A;
}
.BgClassName
{
background-color: #1FCE7A;
}
</style>
border-color css
<style>
span { border-color: #1FCE7A; }
span { border-color: rgb(31,206,122); }
td.TdClassName
{
border-color: #1FCE7A;
}
.TagClassName
{
border-color: #1FCE7A;
}
</style>