Shades of Mountain Meadow #14D77D
Tints of Mountain Meadow #14D77D
RGB
CMYK
RGB Variations
Color information
#14D77D (or 0x14D77D) is known color: Mountain Meadow. HEX triplet: 14, D7 and 7D. RGB value is (20,215,125). Sum of RGB (Red+Green+Blue) = 20+215+125=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #14D77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D77D is #EB2882. Grayscale: #929292. Windows color (decimal): -15411331 or 8247060. OLE color: 8247060.
HSL color Cylindrical-coordinate representation of color #14D77D: hue angle of 152.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D77D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 215 | 125 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.16 |
| HSL | 152.31º | 0.83% | 0.46% | - |
| HSV(B) | 152.31º | 0.91% | 0.84% | - |
| XYZ | 28.29 | 50.23 | 27.61 | - |
| YUV | 146.44 | 115.9 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 215 | 125 | 0.91 | 0 | 0.42 | 0.16 | 152.31 | 0.83 | 0.46 |
| Hex | 14 | D7 | 7D | 5B | 0 | 2A | 10 | 98 | 53 | 2E |
| Octal | 24 | 327 | 175 | 133 | 0 | 52 | 20 | 230 | 123 | 56 |
| Binary | 10100 | 11010111 | 1111101 | 1011011 | 0 | 101010 | 10000 | 10011000 | 1010011 | 101110 |
Color Harmonies of #14D77D
Complementary color
Monochromatic Colors of #14D77D
Black with #14D77D
Text Example
Text Example
White with #14D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D77D; }
p { color: rgb(20,215,125); }
H1.HeaderClassName
{
color: #14D77D;
}
.AnyTagClassName
{
color: #14D77D;
}
</style>
background-color css
<style>
a { background-color: #14D77D; }
a { background-color: rgb(20,215,125); }
div.DivClassName
{
background-color: #14D77D;
}
.BgClassName
{
background-color: #14D77D;
}
</style>
border-color css
<style>
span { border-color: #14D77D; }
span { border-color: rgb(20,215,125); }
td.TdClassName
{
border-color: #14D77D;
}
.TagClassName
{
border-color: #14D77D;
}
</style>