Shades of Mountain Meadow #13D779
Tints of Mountain Meadow #13D779
RGB
CMYK
RGB Variations
Color information
#13D779 (or 0x13D779) is known color: Mountain Meadow. HEX triplet: 13, D7 and 79. RGB value is (19,215,121). Sum of RGB (Red+Green+Blue) = 19+215+121=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #13D779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D779 is #EC2886. Grayscale: #919191. Windows color (decimal): -15476871 or 7984915. OLE color: 7984915.
HSL color Cylindrical-coordinate representation of color #13D779: hue angle of 151.22º 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 #13D779 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 121 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.16 |
| HSL | 151.22º | 0.84% | 0.46% | - |
| HSV(B) | 151.22º | 0.91% | 0.84% | - |
| XYZ | 28.02 | 50.12 | 26.29 | - |
| YUV | 145.68 | 114.07 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 121 | 0.91 | 0 | 0.44 | 0.16 | 151.22 | 0.84 | 0.46 |
| Hex | 13 | D7 | 79 | 5B | 0 | 2C | 10 | 97 | 54 | 2E |
| Octal | 23 | 327 | 171 | 133 | 0 | 54 | 20 | 227 | 124 | 56 |
| Binary | 10011 | 11010111 | 1111001 | 1011011 | 0 | 101100 | 10000 | 10010111 | 1010100 | 101110 |
Color Harmonies of #13D779
Complementary color
Monochromatic Colors of #13D779
Black with #13D779
Text Example
Text Example
White with #13D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D779; }
p { color: rgb(19,215,121); }
H1.HeaderClassName
{
color: #13D779;
}
.AnyTagClassName
{
color: #13D779;
}
</style>
background-color css
<style>
a { background-color: #13D779; }
a { background-color: rgb(19,215,121); }
div.DivClassName
{
background-color: #13D779;
}
.BgClassName
{
background-color: #13D779;
}
</style>
border-color css
<style>
span { border-color: #13D779; }
span { border-color: rgb(19,215,121); }
td.TdClassName
{
border-color: #13D779;
}
.TagClassName
{
border-color: #13D779;
}
</style>