Shades of Mountain Meadow #13D279
Tints of Mountain Meadow #13D279
RGB
CMYK
RGB Variations
Color information
#13D279 (or 0x13D279) is known color: Mountain Meadow. HEX triplet: 13, D2 and 79. RGB value is (19,210,121). Sum of RGB (Red+Green+Blue) = 19+210+121=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #13D279 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D279 is #EC2D86. Grayscale: #8E8E8E. Windows color (decimal): -15478151 or 7983635. OLE color: 7983635.
HSL color Cylindrical-coordinate representation of color #13D279: hue angle of 152.04º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D279 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 121 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.18 |
| HSL | 152.04º | 0.83% | 0.45% | - |
| HSV(B) | 152.04º | 0.91% | 0.82% | - |
| XYZ | 26.77 | 47.61 | 25.87 | - |
| YUV | 142.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 121 | 0.91 | 0 | 0.42 | 0.18 | 152.04 | 0.83 | 0.45 |
| Hex | 13 | D2 | 79 | 5B | 0 | 2A | 12 | 98 | 53 | 2D |
| Octal | 23 | 322 | 171 | 133 | 0 | 52 | 22 | 230 | 123 | 55 |
| Binary | 10011 | 11010010 | 1111001 | 1011011 | 0 | 101010 | 10010 | 10011000 | 1010011 | 101101 |
Color Harmonies of #13D279
Complementary color
Monochromatic Colors of #13D279
Black with #13D279
Text Example
Text Example
White with #13D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D279; }
p { color: rgb(19,210,121); }
H1.HeaderClassName
{
color: #13D279;
}
.AnyTagClassName
{
color: #13D279;
}
</style>
background-color css
<style>
a { background-color: #13D279; }
a { background-color: rgb(19,210,121); }
div.DivClassName
{
background-color: #13D279;
}
.BgClassName
{
background-color: #13D279;
}
</style>
border-color css
<style>
span { border-color: #13D279; }
span { border-color: rgb(19,210,121); }
td.TdClassName
{
border-color: #13D279;
}
.TagClassName
{
border-color: #13D279;
}
</style>