Shades of Mountain Meadow #1ED27D
Tints of Mountain Meadow #1ED27D
RGB
CMYK
RGB Variations
Color information
#1ED27D (or 0x1ED27D) is known color: Mountain Meadow. HEX triplet: 1E, D2 and 7D. RGB value is (30,210,125). Sum of RGB (Red+Green+Blue) = 30+210+125=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED27D is #E12D82. Grayscale: #929292. Windows color (decimal): -14757251 or 8245790. OLE color: 8245790.
HSL color Cylindrical-coordinate representation of color #1ED27D: hue angle of 151.67º 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 #1ED27D is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 125 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.18 |
| HSL | 151.67º | 0.75% | 0.47% | - |
| HSV(B) | 151.67º | 0.86% | 0.82% | - |
| XYZ | 27.28 | 47.85 | 27.2 | - |
| YUV | 146.49 | 115.87 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 125 | 0.86 | 0 | 0.40 | 0.18 | 151.67 | 0.75 | 0.47 |
| Hex | 1E | D2 | 7D | 56 | 0 | 28 | 12 | 98 | 4B | 2F |
| Octal | 36 | 322 | 175 | 126 | 0 | 50 | 22 | 230 | 113 | 57 |
| Binary | 11110 | 11010010 | 1111101 | 1010110 | 0 | 101000 | 10010 | 10011000 | 1001011 | 101111 |
Color Harmonies of #1ED27D
Complementary color
Monochromatic Colors of #1ED27D
Black with #1ED27D
Text Example
Text Example
White with #1ED27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED27D; }
p { color: rgb(30,210,125); }
H1.HeaderClassName
{
color: #1ED27D;
}
.AnyTagClassName
{
color: #1ED27D;
}
</style>
background-color css
<style>
a { background-color: #1ED27D; }
a { background-color: rgb(30,210,125); }
div.DivClassName
{
background-color: #1ED27D;
}
.BgClassName
{
background-color: #1ED27D;
}
</style>
border-color css
<style>
span { border-color: #1ED27D; }
span { border-color: rgb(30,210,125); }
td.TdClassName
{
border-color: #1ED27D;
}
.TagClassName
{
border-color: #1ED27D;
}
</style>