Shades of Mountain Meadow #14D577
Tints of Mountain Meadow #14D577
RGB
CMYK
RGB Variations
Color information
#14D577 (or 0x14D577) is known color: Mountain Meadow. HEX triplet: 14, D5 and 77. RGB value is (20,213,119). Sum of RGB (Red+Green+Blue) = 20+213+119=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #14D577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D577 is #EB2A88. Grayscale: #909090. Windows color (decimal): -15411849 or 7853332. OLE color: 7853332.
HSL color Cylindrical-coordinate representation of color #14D577: hue angle of 150.78º 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 #14D577 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 119 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.16 |
| HSL | 150.78º | 0.83% | 0.46% | - |
| HSV(B) | 150.78º | 0.91% | 0.84% | - |
| XYZ | 27.41 | 49.07 | 25.48 | - |
| YUV | 144.58 | 113.56 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 119 | 0.91 | 0 | 0.44 | 0.16 | 150.78 | 0.83 | 0.46 |
| Hex | 14 | D5 | 77 | 5B | 0 | 2C | 10 | 97 | 53 | 2E |
| Octal | 24 | 325 | 167 | 133 | 0 | 54 | 20 | 227 | 123 | 56 |
| Binary | 10100 | 11010101 | 1110111 | 1011011 | 0 | 101100 | 10000 | 10010111 | 1010011 | 101110 |
Color Harmonies of #14D577
Complementary color
Monochromatic Colors of #14D577
Black with #14D577
Text Example
Text Example
White with #14D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D577; }
p { color: rgb(20,213,119); }
H1.HeaderClassName
{
color: #14D577;
}
.AnyTagClassName
{
color: #14D577;
}
</style>
background-color css
<style>
a { background-color: #14D577; }
a { background-color: rgb(20,213,119); }
div.DivClassName
{
background-color: #14D577;
}
.BgClassName
{
background-color: #14D577;
}
</style>
border-color css
<style>
span { border-color: #14D577; }
span { border-color: rgb(20,213,119); }
td.TdClassName
{
border-color: #14D577;
}
.TagClassName
{
border-color: #14D577;
}
</style>