Shades of Mountain Meadow #13CF7A
Tints of Mountain Meadow #13CF7A
RGB
CMYK
RGB Variations
Color information
#13CF7A (or 0x13CF7A) is known color: Mountain Meadow. HEX triplet: 13, CF and 7A. RGB value is (19,207,122). Sum of RGB (Red+Green+Blue) = 19+207+122=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF7A is #EC3085. Grayscale: #8D8D8D. Windows color (decimal): -15478918 or 8048403. OLE color: 8048403.
HSL color Cylindrical-coordinate representation of color #13CF7A: hue angle of 152.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CF7A is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 122 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.19 |
| HSL | 152.87º | 0.83% | 0.44% | - |
| HSV(B) | 152.87º | 0.91% | 0.81% | - |
| XYZ | 26.09 | 46.17 | 25.95 | - |
| YUV | 141.1 | 117.22 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 122 | 0.91 | 0 | 0.41 | 0.19 | 152.87 | 0.83 | 0.44 |
| Hex | 13 | CF | 7A | 5B | 0 | 29 | 13 | 99 | 53 | 2C |
| Octal | 23 | 317 | 172 | 133 | 0 | 51 | 23 | 231 | 123 | 54 |
| Binary | 10011 | 11001111 | 1111010 | 1011011 | 0 | 101001 | 10011 | 10011001 | 1010011 | 101100 |
Color Harmonies of #13CF7A
Complementary color
Monochromatic Colors of #13CF7A
Black with #13CF7A
Text Example
Text Example
White with #13CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF7A; }
p { color: rgb(19,207,122); }
H1.HeaderClassName
{
color: #13CF7A;
}
.AnyTagClassName
{
color: #13CF7A;
}
</style>
background-color css
<style>
a { background-color: #13CF7A; }
a { background-color: rgb(19,207,122); }
div.DivClassName
{
background-color: #13CF7A;
}
.BgClassName
{
background-color: #13CF7A;
}
</style>
border-color css
<style>
span { border-color: #13CF7A; }
span { border-color: rgb(19,207,122); }
td.TdClassName
{
border-color: #13CF7A;
}
.TagClassName
{
border-color: #13CF7A;
}
</style>