Shades of Mountain Meadow #13BD76
Tints of Mountain Meadow #13BD76
RGB
CMYK
RGB Variations
Color information
#13BD76 (or 0x13BD76) is known color: Mountain Meadow. HEX triplet: 13, BD and 76. RGB value is (19,189,118). Sum of RGB (Red+Green+Blue) = 19+189+118=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD76 is #EC4289. Grayscale: #828282. Windows color (decimal): -15483530 or 7781651. OLE color: 7781651.
HSL color Cylindrical-coordinate representation of color #13BD76: hue angle of 154.94º 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 #13BD76 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 118 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.26 |
| HSL | 154.94º | 0.82% | 0.41% | - |
| HSV(B) | 154.94º | 0.9% | 0.74% | - |
| XYZ | 21.74 | 37.84 | 23.3 | - |
| YUV | 130.08 | 121.18 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 118 | 0.90 | 0 | 0.38 | 0.26 | 154.94 | 0.82 | 0.41 |
| Hex | 13 | BD | 76 | 5A | 0 | 26 | 1A | 9B | 52 | 29 |
| Octal | 23 | 275 | 166 | 132 | 0 | 46 | 32 | 233 | 122 | 51 |
| Binary | 10011 | 10111101 | 1110110 | 1011010 | 0 | 100110 | 11010 | 10011011 | 1010010 | 101001 |
Color Harmonies of #13BD76
Complementary color
Monochromatic Colors of #13BD76
Black with #13BD76
Text Example
Text Example
White with #13BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD76; }
p { color: rgb(19,189,118); }
H1.HeaderClassName
{
color: #13BD76;
}
.AnyTagClassName
{
color: #13BD76;
}
</style>
background-color css
<style>
a { background-color: #13BD76; }
a { background-color: rgb(19,189,118); }
div.DivClassName
{
background-color: #13BD76;
}
.BgClassName
{
background-color: #13BD76;
}
</style>
border-color css
<style>
span { border-color: #13BD76; }
span { border-color: rgb(19,189,118); }
td.TdClassName
{
border-color: #13BD76;
}
.TagClassName
{
border-color: #13BD76;
}
</style>