Shades of Mountain Meadow #1ED07D
Tints of Mountain Meadow #1ED07D
RGB
CMYK
RGB Variations
Color information
#1ED07D (or 0x1ED07D) is known color: Mountain Meadow. HEX triplet: 1E, D0 and 7D. RGB value is (30,208,125). Sum of RGB (Red+Green+Blue) = 30+208+125=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED07D is #E12F82. Grayscale: #919191. Windows color (decimal): -14757763 or 8245278. OLE color: 8245278.
HSL color Cylindrical-coordinate representation of color #1ED07D: hue angle of 152.02º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED07D is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 125 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.18 |
| HSL | 152.02º | 0.75% | 0.47% | - |
| HSV(B) | 152.02º | 0.86% | 0.82% | - |
| XYZ | 26.79 | 46.87 | 27.04 | - |
| YUV | 145.32 | 116.53 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 125 | 0.86 | 0 | 0.40 | 0.18 | 152.02 | 0.75 | 0.47 |
| Hex | 1E | D0 | 7D | 56 | 0 | 28 | 12 | 98 | 4B | 2F |
| Octal | 36 | 320 | 175 | 126 | 0 | 50 | 22 | 230 | 113 | 57 |
| Binary | 11110 | 11010000 | 1111101 | 1010110 | 0 | 101000 | 10010 | 10011000 | 1001011 | 101111 |
Color Harmonies of #1ED07D
Complementary color
Monochromatic Colors of #1ED07D
Black with #1ED07D
Text Example
Text Example
White with #1ED07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED07D; }
p { color: rgb(30,208,125); }
H1.HeaderClassName
{
color: #1ED07D;
}
.AnyTagClassName
{
color: #1ED07D;
}
</style>
background-color css
<style>
a { background-color: #1ED07D; }
a { background-color: rgb(30,208,125); }
div.DivClassName
{
background-color: #1ED07D;
}
.BgClassName
{
background-color: #1ED07D;
}
</style>
border-color css
<style>
span { border-color: #1ED07D; }
span { border-color: rgb(30,208,125); }
td.TdClassName
{
border-color: #1ED07D;
}
.TagClassName
{
border-color: #1ED07D;
}
</style>