Shades of Mountain Meadow #1ECC7D
Tints of Mountain Meadow #1ECC7D
RGB
CMYK
RGB Variations
Color information
#1ECC7D (or 0x1ECC7D) is known color: Mountain Meadow. HEX triplet: 1E, CC and 7D. RGB value is (30,204,125). Sum of RGB (Red+Green+Blue) = 30+204+125=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECC7D is #E13382. Grayscale: #8F8F8F. Windows color (decimal): -14758787 or 8244254. OLE color: 8244254.
HSL color Cylindrical-coordinate representation of color #1ECC7D: hue angle of 152.76º 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 #1ECC7D is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 125 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.2 |
| HSL | 152.76º | 0.74% | 0.46% | - |
| HSV(B) | 152.76º | 0.85% | 0.8% | - |
| XYZ | 25.83 | 44.94 | 26.72 | - |
| YUV | 142.97 | 117.85 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 125 | 0.85 | 0 | 0.39 | 0.2 | 152.76 | 0.74 | 0.46 |
| Hex | 1E | CC | 7D | 55 | 0 | 27 | 14 | 99 | 4A | 2E |
| Octal | 36 | 314 | 175 | 125 | 0 | 47 | 24 | 231 | 112 | 56 |
| Binary | 11110 | 11001100 | 1111101 | 1010101 | 0 | 100111 | 10100 | 10011001 | 1001010 | 101110 |
Color Harmonies of #1ECC7D
Complementary color
Monochromatic Colors of #1ECC7D
Black with #1ECC7D
Text Example
Text Example
White with #1ECC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC7D; }
p { color: rgb(30,204,125); }
H1.HeaderClassName
{
color: #1ECC7D;
}
.AnyTagClassName
{
color: #1ECC7D;
}
</style>
background-color css
<style>
a { background-color: #1ECC7D; }
a { background-color: rgb(30,204,125); }
div.DivClassName
{
background-color: #1ECC7D;
}
.BgClassName
{
background-color: #1ECC7D;
}
</style>
border-color css
<style>
span { border-color: #1ECC7D; }
span { border-color: rgb(30,204,125); }
td.TdClassName
{
border-color: #1ECC7D;
}
.TagClassName
{
border-color: #1ECC7D;
}
</style>