Shades of Mountain Meadow #13CB7B
Tints of Mountain Meadow #13CB7B
RGB
CMYK
RGB Variations
Color information
#13CB7B (or 0x13CB7B) is known color: Mountain Meadow. HEX triplet: 13, CB and 7B. RGB value is (19,203,123). Sum of RGB (Red+Green+Blue) = 19+203+123=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB7B is #EC3484. Grayscale: #8B8B8B. Windows color (decimal): -15479941 or 8112915. OLE color: 8112915.
HSL color Cylindrical-coordinate representation of color #13CB7B: hue angle of 153.91º 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 #13CB7B is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 123 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.20 |
| HSL | 153.91º | 0.83% | 0.44% | - |
| HSV(B) | 153.91º | 0.91% | 0.8% | - |
| XYZ | 25.2 | 44.28 | 25.96 | - |
| YUV | 138.86 | 119.04 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 123 | 0.91 | 0 | 0.39 | 0.20 | 153.91 | 0.83 | 0.44 |
| Hex | 13 | CB | 7B | 5B | 0 | 27 | 14 | 9A | 53 | 2C |
| Octal | 23 | 313 | 173 | 133 | 0 | 47 | 24 | 232 | 123 | 54 |
| Binary | 10011 | 11001011 | 1111011 | 1011011 | 0 | 100111 | 10100 | 10011010 | 1010011 | 101100 |
Color Harmonies of #13CB7B
Complementary color
Monochromatic Colors of #13CB7B
Black with #13CB7B
Text Example
Text Example
White with #13CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB7B; }
p { color: rgb(19,203,123); }
H1.HeaderClassName
{
color: #13CB7B;
}
.AnyTagClassName
{
color: #13CB7B;
}
</style>
background-color css
<style>
a { background-color: #13CB7B; }
a { background-color: rgb(19,203,123); }
div.DivClassName
{
background-color: #13CB7B;
}
.BgClassName
{
background-color: #13CB7B;
}
</style>
border-color css
<style>
span { border-color: #13CB7B; }
span { border-color: rgb(19,203,123); }
td.TdClassName
{
border-color: #13CB7B;
}
.TagClassName
{
border-color: #13CB7B;
}
</style>