Shades of Mountain Meadow #13CB7E
Tints of Mountain Meadow #13CB7E
RGB
CMYK
RGB Variations
Color information
#13CB7E (or 0x13CB7E) is known color: Mountain Meadow. HEX triplet: 13, CB and 7E. RGB value is (19,203,126). Sum of RGB (Red+Green+Blue) = 19+203+126=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB7E is #EC3481. Grayscale: #8B8B8B. Windows color (decimal): -15479938 or 8309523. OLE color: 8309523.
HSL color Cylindrical-coordinate representation of color #13CB7E: hue angle of 154.89º 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 #13CB7E is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 126 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.20 |
| HSL | 154.89º | 0.83% | 0.44% | - |
| HSV(B) | 154.89º | 0.91% | 0.8% | - |
| XYZ | 25.39 | 44.36 | 26.96 | - |
| YUV | 139.21 | 120.54 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 126 | 0.91 | 0 | 0.38 | 0.20 | 154.89 | 0.83 | 0.44 |
| Hex | 13 | CB | 7E | 5B | 0 | 26 | 14 | 9B | 53 | 2C |
| Octal | 23 | 313 | 176 | 133 | 0 | 46 | 24 | 233 | 123 | 54 |
| Binary | 10011 | 11001011 | 1111110 | 1011011 | 0 | 100110 | 10100 | 10011011 | 1010011 | 101100 |
Color Harmonies of #13CB7E
Complementary color
Monochromatic Colors of #13CB7E
Black with #13CB7E
Text Example
Text Example
White with #13CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB7E; }
p { color: rgb(19,203,126); }
H1.HeaderClassName
{
color: #13CB7E;
}
.AnyTagClassName
{
color: #13CB7E;
}
</style>
background-color css
<style>
a { background-color: #13CB7E; }
a { background-color: rgb(19,203,126); }
div.DivClassName
{
background-color: #13CB7E;
}
.BgClassName
{
background-color: #13CB7E;
}
</style>
border-color css
<style>
span { border-color: #13CB7E; }
span { border-color: rgb(19,203,126); }
td.TdClassName
{
border-color: #13CB7E;
}
.TagClassName
{
border-color: #13CB7E;
}
</style>