Shades of Mountain Meadow #13D679
Tints of Mountain Meadow #13D679
RGB
CMYK
RGB Variations
Color information
#13D679 (or 0x13D679) is known color: Mountain Meadow. HEX triplet: 13, D6 and 79. RGB value is (19,214,121). Sum of RGB (Red+Green+Blue) = 19+214+121=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #13D679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D679 is #EC2986. Grayscale: #919191. Windows color (decimal): -15477127 or 7984659. OLE color: 7984659.
HSL color Cylindrical-coordinate representation of color #13D679: hue angle of 151.38º degrees, saturation: 0.84, 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 #13D679 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 121 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.16 |
| HSL | 151.38º | 0.84% | 0.46% | - |
| HSV(B) | 151.38º | 0.91% | 0.84% | - |
| XYZ | 27.77 | 49.61 | 26.2 | - |
| YUV | 145.09 | 114.4 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 121 | 0.91 | 0 | 0.43 | 0.16 | 151.38 | 0.84 | 0.46 |
| Hex | 13 | D6 | 79 | 5B | 0 | 2B | 10 | 97 | 54 | 2E |
| Octal | 23 | 326 | 171 | 133 | 0 | 53 | 20 | 227 | 124 | 56 |
| Binary | 10011 | 11010110 | 1111001 | 1011011 | 0 | 101011 | 10000 | 10010111 | 1010100 | 101110 |
Color Harmonies of #13D679
Complementary color
Monochromatic Colors of #13D679
Black with #13D679
Text Example
Text Example
White with #13D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D679; }
p { color: rgb(19,214,121); }
H1.HeaderClassName
{
color: #13D679;
}
.AnyTagClassName
{
color: #13D679;
}
</style>
background-color css
<style>
a { background-color: #13D679; }
a { background-color: rgb(19,214,121); }
div.DivClassName
{
background-color: #13D679;
}
.BgClassName
{
background-color: #13D679;
}
</style>
border-color css
<style>
span { border-color: #13D679; }
span { border-color: rgb(19,214,121); }
td.TdClassName
{
border-color: #13D679;
}
.TagClassName
{
border-color: #13D679;
}
</style>