Shades of Mountain Meadow #1ED575
Tints of Mountain Meadow #1ED575
RGB
CMYK
RGB Variations
Color information
#1ED575 (or 0x1ED575) is known color: Mountain Meadow. HEX triplet: 1E, D5 and 75. RGB value is (30,213,117). Sum of RGB (Red+Green+Blue) = 30+213+117=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED575 is #E12A8A. Grayscale: #939393. Windows color (decimal): -14756491 or 7722270. OLE color: 7722270.
HSL color Cylindrical-coordinate representation of color #1ED575: hue angle of 148.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED575 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 117 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.16 |
| HSL | 148.52º | 0.75% | 0.48% | - |
| HSV(B) | 148.52º | 0.86% | 0.84% | - |
| XYZ | 27.54 | 49.15 | 24.86 | - |
| YUV | 147.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 117 | 0.86 | 0 | 0.45 | 0.16 | 148.52 | 0.75 | 0.48 |
| Hex | 1E | D5 | 75 | 56 | 0 | 2D | 10 | 95 | 4B | 30 |
| Octal | 36 | 325 | 165 | 126 | 0 | 55 | 20 | 225 | 113 | 60 |
| Binary | 11110 | 11010101 | 1110101 | 1010110 | 0 | 101101 | 10000 | 10010101 | 1001011 | 110000 |
Color Harmonies of #1ED575
Complementary color
Monochromatic Colors of #1ED575
Black with #1ED575
Text Example
Text Example
White with #1ED575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED575; }
p { color: rgb(30,213,117); }
H1.HeaderClassName
{
color: #1ED575;
}
.AnyTagClassName
{
color: #1ED575;
}
</style>
background-color css
<style>
a { background-color: #1ED575; }
a { background-color: rgb(30,213,117); }
div.DivClassName
{
background-color: #1ED575;
}
.BgClassName
{
background-color: #1ED575;
}
</style>
border-color css
<style>
span { border-color: #1ED575; }
span { border-color: rgb(30,213,117); }
td.TdClassName
{
border-color: #1ED575;
}
.TagClassName
{
border-color: #1ED575;
}
</style>