Shades of Mountain Meadow #14D477
Tints of Mountain Meadow #14D477
RGB
CMYK
RGB Variations
Color information
#14D477 (or 0x14D477) is known color: Mountain Meadow. HEX triplet: 14, D4 and 77. RGB value is (20,212,119). Sum of RGB (Red+Green+Blue) = 20+212+119=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #14D477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D477 is #EB2B88. Grayscale: #909090. Windows color (decimal): -15412105 or 7853076. OLE color: 7853076.
HSL color Cylindrical-coordinate representation of color #14D477: hue angle of 150.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D477 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 119 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.17 |
| HSL | 150.94º | 0.83% | 0.45% | - |
| HSV(B) | 150.94º | 0.91% | 0.83% | - |
| XYZ | 27.16 | 48.57 | 25.4 | - |
| YUV | 143.99 | 113.89 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 119 | 0.91 | 0 | 0.44 | 0.17 | 150.94 | 0.83 | 0.45 |
| Hex | 14 | D4 | 77 | 5B | 0 | 2C | 11 | 97 | 53 | 2D |
| Octal | 24 | 324 | 167 | 133 | 0 | 54 | 21 | 227 | 123 | 55 |
| Binary | 10100 | 11010100 | 1110111 | 1011011 | 0 | 101100 | 10001 | 10010111 | 1010011 | 101101 |
Color Harmonies of #14D477
Complementary color
Monochromatic Colors of #14D477
Black with #14D477
Text Example
Text Example
White with #14D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D477; }
p { color: rgb(20,212,119); }
H1.HeaderClassName
{
color: #14D477;
}
.AnyTagClassName
{
color: #14D477;
}
</style>
background-color css
<style>
a { background-color: #14D477; }
a { background-color: rgb(20,212,119); }
div.DivClassName
{
background-color: #14D477;
}
.BgClassName
{
background-color: #14D477;
}
</style>
border-color css
<style>
span { border-color: #14D477; }
span { border-color: rgb(20,212,119); }
td.TdClassName
{
border-color: #14D477;
}
.TagClassName
{
border-color: #14D477;
}
</style>