Shades of Mountain Meadow #1ED67B
Tints of Mountain Meadow #1ED67B
RGB
CMYK
RGB Variations
Color information
#1ED67B (or 0x1ED67B) is known color: Mountain Meadow. HEX triplet: 1E, D6 and 7B. RGB value is (30,214,123). Sum of RGB (Red+Green+Blue) = 30+214+123=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED67B is #E12984. Grayscale: #949494. Windows color (decimal): -14756229 or 8115742. OLE color: 8115742.
HSL color Cylindrical-coordinate representation of color #1ED67B: hue angle of 150.33º 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 #1ED67B is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 214 | 123 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.16 |
| HSL | 150.33º | 0.75% | 0.48% | - |
| HSV(B) | 150.33º | 0.86% | 0.84% | - |
| XYZ | 28.16 | 49.8 | 26.87 | - |
| YUV | 148.61 | 113.54 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 123 | 0.86 | 0 | 0.43 | 0.16 | 150.33 | 0.75 | 0.48 |
| Hex | 1E | D6 | 7B | 56 | 0 | 2B | 10 | 96 | 4B | 30 |
| Octal | 36 | 326 | 173 | 126 | 0 | 53 | 20 | 226 | 113 | 60 |
| Binary | 11110 | 11010110 | 1111011 | 1010110 | 0 | 101011 | 10000 | 10010110 | 1001011 | 110000 |
Color Harmonies of #1ED67B
Complementary color
Monochromatic Colors of #1ED67B
Black with #1ED67B
Text Example
Text Example
White with #1ED67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED67B; }
p { color: rgb(30,214,123); }
H1.HeaderClassName
{
color: #1ED67B;
}
.AnyTagClassName
{
color: #1ED67B;
}
</style>
background-color css
<style>
a { background-color: #1ED67B; }
a { background-color: rgb(30,214,123); }
div.DivClassName
{
background-color: #1ED67B;
}
.BgClassName
{
background-color: #1ED67B;
}
</style>
border-color css
<style>
span { border-color: #1ED67B; }
span { border-color: rgb(30,214,123); }
td.TdClassName
{
border-color: #1ED67B;
}
.TagClassName
{
border-color: #1ED67B;
}
</style>