Shades of Mountain Meadow #1ED57A
Tints of Mountain Meadow #1ED57A
RGB
CMYK
RGB Variations
Color information
#1ED57A (or 0x1ED57A) is known color: Mountain Meadow. HEX triplet: 1E, D5 and 7A. RGB value is (30,213,122). Sum of RGB (Red+Green+Blue) = 30+213+122=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED57A is #E12A85. Grayscale: #949494. Windows color (decimal): -14756486 or 8049950. OLE color: 8049950.
HSL color Cylindrical-coordinate representation of color #1ED57A: hue angle of 150.16º 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 #1ED57A is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 122 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.16 |
| HSL | 150.16º | 0.75% | 0.48% | - |
| HSV(B) | 150.16º | 0.86% | 0.84% | - |
| XYZ | 27.84 | 49.27 | 26.45 | - |
| YUV | 147.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 122 | 0.86 | 0 | 0.43 | 0.16 | 150.16 | 0.75 | 0.48 |
| Hex | 1E | D5 | 7A | 56 | 0 | 2B | 10 | 96 | 4B | 30 |
| Octal | 36 | 325 | 172 | 126 | 0 | 53 | 20 | 226 | 113 | 60 |
| Binary | 11110 | 11010101 | 1111010 | 1010110 | 0 | 101011 | 10000 | 10010110 | 1001011 | 110000 |
Color Harmonies of #1ED57A
Complementary color
Monochromatic Colors of #1ED57A
Black with #1ED57A
Text Example
Text Example
White with #1ED57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED57A; }
p { color: rgb(30,213,122); }
H1.HeaderClassName
{
color: #1ED57A;
}
.AnyTagClassName
{
color: #1ED57A;
}
</style>
background-color css
<style>
a { background-color: #1ED57A; }
a { background-color: rgb(30,213,122); }
div.DivClassName
{
background-color: #1ED57A;
}
.BgClassName
{
background-color: #1ED57A;
}
</style>
border-color css
<style>
span { border-color: #1ED57A; }
span { border-color: rgb(30,213,122); }
td.TdClassName
{
border-color: #1ED57A;
}
.TagClassName
{
border-color: #1ED57A;
}
</style>