Shades of Mountain Meadow #1FCE7D
Tints of Mountain Meadow #1FCE7D
RGB
CMYK
RGB Variations
Color information
#1FCE7D (or 0x1FCE7D) is known color: Mountain Meadow. HEX triplet: 1F, CE and 7D. RGB value is (31,206,125). Sum of RGB (Red+Green+Blue) = 31+206+125=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCE7D is #E03182. Grayscale: #909090. Windows color (decimal): -14692739 or 8244767. OLE color: 8244767.
HSL color Cylindrical-coordinate representation of color #1FCE7D: hue angle of 152.23º 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 #1FCE7D is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 125 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.19 |
| HSL | 152.23º | 0.74% | 0.46% | - |
| HSV(B) | 152.23º | 0.85% | 0.81% | - |
| XYZ | 26.34 | 45.91 | 26.88 | - |
| YUV | 144.44 | 117.02 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 125 | 0.85 | 0 | 0.39 | 0.19 | 152.23 | 0.74 | 0.46 |
| Hex | 1F | CE | 7D | 55 | 0 | 27 | 13 | 98 | 4A | 2E |
| Octal | 37 | 316 | 175 | 125 | 0 | 47 | 23 | 230 | 112 | 56 |
| Binary | 11111 | 11001110 | 1111101 | 1010101 | 0 | 100111 | 10011 | 10011000 | 1001010 | 101110 |
Color Harmonies of #1FCE7D
Complementary color
Monochromatic Colors of #1FCE7D
Black with #1FCE7D
Text Example
Text Example
White with #1FCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE7D; }
p { color: rgb(31,206,125); }
H1.HeaderClassName
{
color: #1FCE7D;
}
.AnyTagClassName
{
color: #1FCE7D;
}
</style>
background-color css
<style>
a { background-color: #1FCE7D; }
a { background-color: rgb(31,206,125); }
div.DivClassName
{
background-color: #1FCE7D;
}
.BgClassName
{
background-color: #1FCE7D;
}
</style>
border-color css
<style>
span { border-color: #1FCE7D; }
span { border-color: rgb(31,206,125); }
td.TdClassName
{
border-color: #1FCE7D;
}
.TagClassName
{
border-color: #1FCE7D;
}
</style>