Shades of Mountain Meadow #1EBF73
Tints of Mountain Meadow #1EBF73
RGB
CMYK
RGB Variations
Color information
#1EBF73 (or 0x1EBF73) is known color: Mountain Meadow. HEX triplet: 1E, BF and 73. RGB value is (30,191,115). Sum of RGB (Red+Green+Blue) = 30+191+115=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBF73 is #E1408C. Grayscale: #868686. Windows color (decimal): -14762125 or 7585566. OLE color: 7585566.
HSL color Cylindrical-coordinate representation of color #1EBF73: hue angle of 151.68º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBF73 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 191 | 115 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.25 |
| HSL | 151.68º | 0.73% | 0.43% | - |
| HSV(B) | 151.68º | 0.84% | 0.75% | - |
| XYZ | 22.26 | 38.78 | 22.53 | - |
| YUV | 134.2 | 117.16 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 115 | 0.84 | 0 | 0.40 | 0.25 | 151.68 | 0.73 | 0.43 |
| Hex | 1E | BF | 73 | 54 | 0 | 28 | 19 | 98 | 49 | 2B |
| Octal | 36 | 277 | 163 | 124 | 0 | 50 | 31 | 230 | 111 | 53 |
| Binary | 11110 | 10111111 | 1110011 | 1010100 | 0 | 101000 | 11001 | 10011000 | 1001001 | 101011 |
Color Harmonies of #1EBF73
Complementary color
Monochromatic Colors of #1EBF73
Black with #1EBF73
Text Example
Text Example
White with #1EBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBF73; }
p { color: rgb(30,191,115); }
H1.HeaderClassName
{
color: #1EBF73;
}
.AnyTagClassName
{
color: #1EBF73;
}
</style>
background-color css
<style>
a { background-color: #1EBF73; }
a { background-color: rgb(30,191,115); }
div.DivClassName
{
background-color: #1EBF73;
}
.BgClassName
{
background-color: #1EBF73;
}
</style>
border-color css
<style>
span { border-color: #1EBF73; }
span { border-color: rgb(30,191,115); }
td.TdClassName
{
border-color: #1EBF73;
}
.TagClassName
{
border-color: #1EBF73;
}
</style>