Shades of Mountain Meadow #13CB7D
Tints of Mountain Meadow #13CB7D
RGB
CMYK
RGB Variations
Color information
#13CB7D (or 0x13CB7D) is known color: Mountain Meadow. HEX triplet: 13, CB and 7D. RGB value is (19,203,125). Sum of RGB (Red+Green+Blue) = 19+203+125=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB7D is #EC3482. Grayscale: #8B8B8B. Windows color (decimal): -15479939 or 8243987. OLE color: 8243987.
HSL color Cylindrical-coordinate representation of color #13CB7D: hue angle of 154.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB7D is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 125 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.20 |
| HSL | 154.57º | 0.83% | 0.44% | - |
| HSV(B) | 154.57º | 0.91% | 0.8% | - |
| XYZ | 25.33 | 44.33 | 26.62 | - |
| YUV | 139.09 | 120.04 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 125 | 0.91 | 0 | 0.38 | 0.20 | 154.57 | 0.83 | 0.44 |
| Hex | 13 | CB | 7D | 5B | 0 | 26 | 14 | 9B | 53 | 2C |
| Octal | 23 | 313 | 175 | 133 | 0 | 46 | 24 | 233 | 123 | 54 |
| Binary | 10011 | 11001011 | 1111101 | 1011011 | 0 | 100110 | 10100 | 10011011 | 1010011 | 101100 |
Color Harmonies of #13CB7D
Complementary color
Monochromatic Colors of #13CB7D
Black with #13CB7D
Text Example
Text Example
White with #13CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB7D; }
p { color: rgb(19,203,125); }
H1.HeaderClassName
{
color: #13CB7D;
}
.AnyTagClassName
{
color: #13CB7D;
}
</style>
background-color css
<style>
a { background-color: #13CB7D; }
a { background-color: rgb(19,203,125); }
div.DivClassName
{
background-color: #13CB7D;
}
.BgClassName
{
background-color: #13CB7D;
}
</style>
border-color css
<style>
span { border-color: #13CB7D; }
span { border-color: rgb(19,203,125); }
td.TdClassName
{
border-color: #13CB7D;
}
.TagClassName
{
border-color: #13CB7D;
}
</style>