Shades of Mountain Meadow #13D37F
Tints of Mountain Meadow #13D37F
RGB
CMYK
RGB Variations
Color information
#13D37F (or 0x13D37F) is known color: Mountain Meadow. HEX triplet: 13, D3 and 7F. RGB value is (19,211,127). Sum of RGB (Red+Green+Blue) = 19+211+127=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #13D37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D37F is #EC2C80. Grayscale: #909090. Windows color (decimal): -15477889 or 8377107. OLE color: 8377107.
HSL color Cylindrical-coordinate representation of color #13D37F: hue angle of 153.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D37F is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 127 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.17 |
| HSL | 153.75º | 0.83% | 0.45% | - |
| HSV(B) | 153.75º | 0.91% | 0.83% | - |
| XYZ | 27.39 | 48.26 | 27.95 | - |
| YUV | 144.02 | 118.39 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 127 | 0.91 | 0 | 0.40 | 0.17 | 153.75 | 0.83 | 0.45 |
| Hex | 13 | D3 | 7F | 5B | 0 | 28 | 11 | 9A | 53 | 2D |
| Octal | 23 | 323 | 177 | 133 | 0 | 50 | 21 | 232 | 123 | 55 |
| Binary | 10011 | 11010011 | 1111111 | 1011011 | 0 | 101000 | 10001 | 10011010 | 1010011 | 101101 |
Color Harmonies of #13D37F
Complementary color
Monochromatic Colors of #13D37F
Black with #13D37F
Text Example
Text Example
White with #13D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D37F; }
p { color: rgb(19,211,127); }
H1.HeaderClassName
{
color: #13D37F;
}
.AnyTagClassName
{
color: #13D37F;
}
</style>
background-color css
<style>
a { background-color: #13D37F; }
a { background-color: rgb(19,211,127); }
div.DivClassName
{
background-color: #13D37F;
}
.BgClassName
{
background-color: #13D37F;
}
</style>
border-color css
<style>
span { border-color: #13D37F; }
span { border-color: rgb(19,211,127); }
td.TdClassName
{
border-color: #13D37F;
}
.TagClassName
{
border-color: #13D37F;
}
</style>