Shades of Mountain Meadow #1ECD7D
Tints of Mountain Meadow #1ECD7D
RGB
CMYK
RGB Variations
Color information
#1ECD7D (or 0x1ECD7D) is known color: Mountain Meadow. HEX triplet: 1E, CD and 7D. RGB value is (30,205,125). Sum of RGB (Red+Green+Blue) = 30+205+125=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECD7D is #E13282. Grayscale: #8F8F8F. Windows color (decimal): -14758531 or 8244510. OLE color: 8244510.
HSL color Cylindrical-coordinate representation of color #1ECD7D: hue angle of 152.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECD7D is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 125 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.20 |
| HSL | 152.57º | 0.74% | 0.46% | - |
| HSV(B) | 152.57º | 0.85% | 0.8% | - |
| XYZ | 26.07 | 45.42 | 26.79 | - |
| YUV | 143.56 | 117.52 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 125 | 0.85 | 0 | 0.39 | 0.20 | 152.57 | 0.74 | 0.46 |
| Hex | 1E | CD | 7D | 55 | 0 | 27 | 14 | 99 | 4A | 2E |
| Octal | 36 | 315 | 175 | 125 | 0 | 47 | 24 | 231 | 112 | 56 |
| Binary | 11110 | 11001101 | 1111101 | 1010101 | 0 | 100111 | 10100 | 10011001 | 1001010 | 101110 |
Color Harmonies of #1ECD7D
Complementary color
Monochromatic Colors of #1ECD7D
Black with #1ECD7D
Text Example
Text Example
White with #1ECD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD7D; }
p { color: rgb(30,205,125); }
H1.HeaderClassName
{
color: #1ECD7D;
}
.AnyTagClassName
{
color: #1ECD7D;
}
</style>
background-color css
<style>
a { background-color: #1ECD7D; }
a { background-color: rgb(30,205,125); }
div.DivClassName
{
background-color: #1ECD7D;
}
.BgClassName
{
background-color: #1ECD7D;
}
</style>
border-color css
<style>
span { border-color: #1ECD7D; }
span { border-color: rgb(30,205,125); }
td.TdClassName
{
border-color: #1ECD7D;
}
.TagClassName
{
border-color: #1ECD7D;
}
</style>