Shades of Mountain Meadow #13D67B
Tints of Mountain Meadow #13D67B
RGB
CMYK
RGB Variations
Color information
#13D67B (or 0x13D67B) is known color: Mountain Meadow. HEX triplet: 13, D6 and 7B. RGB value is (19,214,123). Sum of RGB (Red+Green+Blue) = 19+214+123=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #13D67B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D67B is #EC2984. Grayscale: #919191. Windows color (decimal): -15477125 or 8115731. OLE color: 8115731.
HSL color Cylindrical-coordinate representation of color #13D67B: hue angle of 152º 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 #13D67B is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 123 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.16 |
| HSL | 152º | 0.84% | 0.46% | - |
| HSV(B) | 152º | 0.91% | 0.84% | - |
| XYZ | 27.89 | 49.66 | 26.85 | - |
| YUV | 145.32 | 115.4 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 123 | 0.91 | 0 | 0.43 | 0.16 | 152 | 0.84 | 0.46 |
| Hex | 13 | D6 | 7B | 5B | 0 | 2B | 10 | 98 | 54 | 2E |
| Octal | 23 | 326 | 173 | 133 | 0 | 53 | 20 | 230 | 124 | 56 |
| Binary | 10011 | 11010110 | 1111011 | 1011011 | 0 | 101011 | 10000 | 10011000 | 1010100 | 101110 |
Color Harmonies of #13D67B
Complementary color
Monochromatic Colors of #13D67B
Black with #13D67B
Text Example
Text Example
White with #13D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D67B; }
p { color: rgb(19,214,123); }
H1.HeaderClassName
{
color: #13D67B;
}
.AnyTagClassName
{
color: #13D67B;
}
</style>
background-color css
<style>
a { background-color: #13D67B; }
a { background-color: rgb(19,214,123); }
div.DivClassName
{
background-color: #13D67B;
}
.BgClassName
{
background-color: #13D67B;
}
</style>
border-color css
<style>
span { border-color: #13D67B; }
span { border-color: rgb(19,214,123); }
td.TdClassName
{
border-color: #13D67B;
}
.TagClassName
{
border-color: #13D67B;
}
</style>