Shades of Mountain Meadow #13BD73
Tints of Mountain Meadow #13BD73
RGB
CMYK
RGB Variations
Color information
#13BD73 (or 0x13BD73) is known color: Mountain Meadow. HEX triplet: 13, BD and 73. RGB value is (19,189,115). Sum of RGB (Red+Green+Blue) = 19+189+115=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD73 is #EC428C. Grayscale: #818181. Windows color (decimal): -15483533 or 7585043. OLE color: 7585043.
HSL color Cylindrical-coordinate representation of color #13BD73: hue angle of 153.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD73 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 115 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.26 |
| HSL | 153.88º | 0.82% | 0.41% | - |
| HSV(B) | 153.88º | 0.9% | 0.74% | - |
| XYZ | 21.56 | 37.77 | 22.37 | - |
| YUV | 129.73 | 119.68 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 115 | 0.90 | 0 | 0.39 | 0.26 | 153.88 | 0.82 | 0.41 |
| Hex | 13 | BD | 73 | 5A | 0 | 27 | 1A | 9A | 52 | 29 |
| Octal | 23 | 275 | 163 | 132 | 0 | 47 | 32 | 232 | 122 | 51 |
| Binary | 10011 | 10111101 | 1110011 | 1011010 | 0 | 100111 | 11010 | 10011010 | 1010010 | 101001 |
Color Harmonies of #13BD73
Complementary color
Monochromatic Colors of #13BD73
Black with #13BD73
Text Example
Text Example
White with #13BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD73; }
p { color: rgb(19,189,115); }
H1.HeaderClassName
{
color: #13BD73;
}
.AnyTagClassName
{
color: #13BD73;
}
</style>
background-color css
<style>
a { background-color: #13BD73; }
a { background-color: rgb(19,189,115); }
div.DivClassName
{
background-color: #13BD73;
}
.BgClassName
{
background-color: #13BD73;
}
</style>
border-color css
<style>
span { border-color: #13BD73; }
span { border-color: rgb(19,189,115); }
td.TdClassName
{
border-color: #13BD73;
}
.TagClassName
{
border-color: #13BD73;
}
</style>