Shades of Mountain Meadow #14D57B
Tints of Mountain Meadow #14D57B
RGB
CMYK
RGB Variations
Color information
#14D57B (or 0x14D57B) is known color: Mountain Meadow. HEX triplet: 14, D5 and 7B. RGB value is (20,213,123). Sum of RGB (Red+Green+Blue) = 20+213+123=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #14D57B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D57B is #EB2A84. Grayscale: #919191. Windows color (decimal): -15411845 or 8115476. OLE color: 8115476.
HSL color Cylindrical-coordinate representation of color #14D57B: hue angle of 152.02º 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 #14D57B is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 123 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.16 |
| HSL | 152.02º | 0.83% | 0.46% | - |
| HSV(B) | 152.02º | 0.91% | 0.84% | - |
| XYZ | 27.66 | 49.17 | 26.77 | - |
| YUV | 145.03 | 115.56 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 123 | 0.91 | 0 | 0.42 | 0.16 | 152.02 | 0.83 | 0.46 |
| Hex | 14 | D5 | 7B | 5B | 0 | 2A | 10 | 98 | 53 | 2E |
| Octal | 24 | 325 | 173 | 133 | 0 | 52 | 20 | 230 | 123 | 56 |
| Binary | 10100 | 11010101 | 1111011 | 1011011 | 0 | 101010 | 10000 | 10011000 | 1010011 | 101110 |
Color Harmonies of #14D57B
Complementary color
Monochromatic Colors of #14D57B
Black with #14D57B
Text Example
Text Example
White with #14D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D57B; }
p { color: rgb(20,213,123); }
H1.HeaderClassName
{
color: #14D57B;
}
.AnyTagClassName
{
color: #14D57B;
}
</style>
background-color css
<style>
a { background-color: #14D57B; }
a { background-color: rgb(20,213,123); }
div.DivClassName
{
background-color: #14D57B;
}
.BgClassName
{
background-color: #14D57B;
}
</style>
border-color css
<style>
span { border-color: #14D57B; }
span { border-color: rgb(20,213,123); }
td.TdClassName
{
border-color: #14D57B;
}
.TagClassName
{
border-color: #14D57B;
}
</style>