Shades of Mountain Meadow #1ED77A
Tints of Mountain Meadow #1ED77A
RGB
CMYK
RGB Variations
Color information
#1ED77A (or 0x1ED77A) is known color: Mountain Meadow. HEX triplet: 1E, D7 and 7A. RGB value is (30,215,122). Sum of RGB (Red+Green+Blue) = 30+215+122=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED77A is #E12885. Grayscale: #959595. Windows color (decimal): -14755974 or 8050462. OLE color: 8050462.
HSL color Cylindrical-coordinate representation of color #1ED77A: hue angle of 149.84º degrees, saturation: 0.76, 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 #1ED77A is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 122 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.16 |
| HSL | 149.84º | 0.76% | 0.48% | - |
| HSV(B) | 149.84º | 0.86% | 0.84% | - |
| XYZ | 28.35 | 50.28 | 26.62 | - |
| YUV | 149.08 | 112.71 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 122 | 0.86 | 0 | 0.43 | 0.16 | 149.84 | 0.76 | 0.48 |
| Hex | 1E | D7 | 7A | 56 | 0 | 2B | 10 | 96 | 4C | 30 |
| Octal | 36 | 327 | 172 | 126 | 0 | 53 | 20 | 226 | 114 | 60 |
| Binary | 11110 | 11010111 | 1111010 | 1010110 | 0 | 101011 | 10000 | 10010110 | 1001100 | 110000 |
Color Harmonies of #1ED77A
Complementary color
Monochromatic Colors of #1ED77A
Black with #1ED77A
Text Example
Text Example
White with #1ED77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED77A; }
p { color: rgb(30,215,122); }
H1.HeaderClassName
{
color: #1ED77A;
}
.AnyTagClassName
{
color: #1ED77A;
}
</style>
background-color css
<style>
a { background-color: #1ED77A; }
a { background-color: rgb(30,215,122); }
div.DivClassName
{
background-color: #1ED77A;
}
.BgClassName
{
background-color: #1ED77A;
}
</style>
border-color css
<style>
span { border-color: #1ED77A; }
span { border-color: rgb(30,215,122); }
td.TdClassName
{
border-color: #1ED77A;
}
.TagClassName
{
border-color: #1ED77A;
}
</style>