Shades of Mountain Meadow #1ECF85
Tints of Mountain Meadow #1ECF85
RGB
CMYK
RGB Variations
Color information
#1ECF85 (or 0x1ECF85) is known color: Mountain Meadow. HEX triplet: 1E, CF and 85. RGB value is (30,207,133). Sum of RGB (Red+Green+Blue) = 30+207+133=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECF85 is #E1307A. Grayscale: #919191. Windows color (decimal): -14758011 or 8769310. OLE color: 8769310.
HSL color Cylindrical-coordinate representation of color #1ECF85: hue angle of 154.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF85 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 133 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.19 |
| HSL | 154.92º | 0.75% | 0.46% | - |
| HSV(B) | 154.92º | 0.86% | 0.81% | - |
| XYZ | 27.08 | 46.6 | 29.76 | - |
| YUV | 145.64 | 120.86 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 133 | 0.86 | 0 | 0.36 | 0.19 | 154.92 | 0.75 | 0.46 |
| Hex | 1E | CF | 85 | 56 | 0 | 24 | 13 | 9B | 4B | 2E |
| Octal | 36 | 317 | 205 | 126 | 0 | 44 | 23 | 233 | 113 | 56 |
| Binary | 11110 | 11001111 | 10000101 | 1010110 | 0 | 100100 | 10011 | 10011011 | 1001011 | 101110 |
Color Harmonies of #1ECF85
Complementary color
Monochromatic Colors of #1ECF85
Black with #1ECF85
Text Example
Text Example
White with #1ECF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF85; }
p { color: rgb(30,207,133); }
H1.HeaderClassName
{
color: #1ECF85;
}
.AnyTagClassName
{
color: #1ECF85;
}
</style>
background-color css
<style>
a { background-color: #1ECF85; }
a { background-color: rgb(30,207,133); }
div.DivClassName
{
background-color: #1ECF85;
}
.BgClassName
{
background-color: #1ECF85;
}
</style>
border-color css
<style>
span { border-color: #1ECF85; }
span { border-color: rgb(30,207,133); }
td.TdClassName
{
border-color: #1ECF85;
}
.TagClassName
{
border-color: #1ECF85;
}
</style>