Shades of Mountain Meadow #13C87F
Tints of Mountain Meadow #13C87F
RGB
CMYK
RGB Variations
Color information
#13C87F (or 0x13C87F) is known color: Mountain Meadow. HEX triplet: 13, C8 and 7F. RGB value is (19,200,127). Sum of RGB (Red+Green+Blue) = 19+200+127=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #13C87F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C87F is #EC3780. Grayscale: #898989. Windows color (decimal): -15480705 or 8374291. OLE color: 8374291.
HSL color Cylindrical-coordinate representation of color #13C87F: hue angle of 155.8º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C87F is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 127 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.22 |
| HSL | 155.8º | 0.83% | 0.43% | - |
| HSV(B) | 155.8º | 0.91% | 0.78% | - |
| XYZ | 24.75 | 42.98 | 27.07 | - |
| YUV | 137.56 | 122.03 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 127 | 0.90 | 0 | 0.36 | 0.22 | 155.8 | 0.83 | 0.43 |
| Hex | 13 | C8 | 7F | 5A | 0 | 24 | 16 | 9C | 53 | 2B |
| Octal | 23 | 310 | 177 | 132 | 0 | 44 | 26 | 234 | 123 | 53 |
| Binary | 10011 | 11001000 | 1111111 | 1011010 | 0 | 100100 | 10110 | 10011100 | 1010011 | 101011 |
Color Harmonies of #13C87F
Complementary color
Monochromatic Colors of #13C87F
Black with #13C87F
Text Example
Text Example
White with #13C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C87F; }
p { color: rgb(19,200,127); }
H1.HeaderClassName
{
color: #13C87F;
}
.AnyTagClassName
{
color: #13C87F;
}
</style>
background-color css
<style>
a { background-color: #13C87F; }
a { background-color: rgb(19,200,127); }
div.DivClassName
{
background-color: #13C87F;
}
.BgClassName
{
background-color: #13C87F;
}
</style>
border-color css
<style>
span { border-color: #13C87F; }
span { border-color: rgb(19,200,127); }
td.TdClassName
{
border-color: #13C87F;
}
.TagClassName
{
border-color: #13C87F;
}
</style>