Shades of Mountain Meadow #13CE7F
Tints of Mountain Meadow #13CE7F
RGB
CMYK
RGB Variations
Color information
#13CE7F (or 0x13CE7F) is known color: Mountain Meadow. HEX triplet: 13, CE and 7F. RGB value is (19,206,127). Sum of RGB (Red+Green+Blue) = 19+206+127=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CE7F is #EC3180. Grayscale: #8D8D8D. Windows color (decimal): -15479169 or 8375827. OLE color: 8375827.
HSL color Cylindrical-coordinate representation of color #13CE7F: hue angle of 154.65º 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 #13CE7F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 127 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.19 |
| HSL | 154.65º | 0.83% | 0.44% | - |
| HSV(B) | 154.65º | 0.91% | 0.81% | - |
| XYZ | 26.17 | 45.81 | 27.54 | - |
| YUV | 141.08 | 120.05 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 127 | 0.91 | 0 | 0.38 | 0.19 | 154.65 | 0.83 | 0.44 |
| Hex | 13 | CE | 7F | 5B | 0 | 26 | 13 | 9B | 53 | 2C |
| Octal | 23 | 316 | 177 | 133 | 0 | 46 | 23 | 233 | 123 | 54 |
| Binary | 10011 | 11001110 | 1111111 | 1011011 | 0 | 100110 | 10011 | 10011011 | 1010011 | 101100 |
Color Harmonies of #13CE7F
Complementary color
Monochromatic Colors of #13CE7F
Black with #13CE7F
Text Example
Text Example
White with #13CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE7F; }
p { color: rgb(19,206,127); }
H1.HeaderClassName
{
color: #13CE7F;
}
.AnyTagClassName
{
color: #13CE7F;
}
</style>
background-color css
<style>
a { background-color: #13CE7F; }
a { background-color: rgb(19,206,127); }
div.DivClassName
{
background-color: #13CE7F;
}
.BgClassName
{
background-color: #13CE7F;
}
</style>
border-color css
<style>
span { border-color: #13CE7F; }
span { border-color: rgb(19,206,127); }
td.TdClassName
{
border-color: #13CE7F;
}
.TagClassName
{
border-color: #13CE7F;
}
</style>