Shades of Mountain Meadow #13D77B
Tints of Mountain Meadow #13D77B
RGB
CMYK
RGB Variations
Color information
#13D77B (or 0x13D77B) is known color: Mountain Meadow. HEX triplet: 13, D7 and 7B. RGB value is (19,215,123). Sum of RGB (Red+Green+Blue) = 19+215+123=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #13D77B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D77B is #EC2884. Grayscale: #929292. Windows color (decimal): -15476869 or 8115987. OLE color: 8115987.
HSL color Cylindrical-coordinate representation of color #13D77B: hue angle of 151.84º 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 #13D77B is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 123 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.16 |
| HSL | 151.84º | 0.84% | 0.46% | - |
| HSV(B) | 151.84º | 0.91% | 0.84% | - |
| XYZ | 28.14 | 50.17 | 26.94 | - |
| YUV | 145.91 | 115.07 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 123 | 0.91 | 0 | 0.43 | 0.16 | 151.84 | 0.84 | 0.46 |
| Hex | 13 | D7 | 7B | 5B | 0 | 2B | 10 | 98 | 54 | 2E |
| Octal | 23 | 327 | 173 | 133 | 0 | 53 | 20 | 230 | 124 | 56 |
| Binary | 10011 | 11010111 | 1111011 | 1011011 | 0 | 101011 | 10000 | 10011000 | 1010100 | 101110 |
Color Harmonies of #13D77B
Complementary color
Monochromatic Colors of #13D77B
Black with #13D77B
Text Example
Text Example
White with #13D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D77B; }
p { color: rgb(19,215,123); }
H1.HeaderClassName
{
color: #13D77B;
}
.AnyTagClassName
{
color: #13D77B;
}
</style>
background-color css
<style>
a { background-color: #13D77B; }
a { background-color: rgb(19,215,123); }
div.DivClassName
{
background-color: #13D77B;
}
.BgClassName
{
background-color: #13D77B;
}
</style>
border-color css
<style>
span { border-color: #13D77B; }
span { border-color: rgb(19,215,123); }
td.TdClassName
{
border-color: #13D77B;
}
.TagClassName
{
border-color: #13D77B;
}
</style>