Shades of Mountain Meadow #13D275
Tints of Mountain Meadow #13D275
RGB
CMYK
RGB Variations
Color information
#13D275 (or 0x13D275) is known color: Mountain Meadow. HEX triplet: 13, D2 and 75. RGB value is (19,210,117). Sum of RGB (Red+Green+Blue) = 19+210+117=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #13D275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D275 is #EC2D8A. Grayscale: #8E8E8E. Windows color (decimal): -15478155 or 7721491. OLE color: 7721491.
HSL color Cylindrical-coordinate representation of color #13D275: hue angle of 150.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D275 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 117 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.18 |
| HSL | 150.79º | 0.83% | 0.45% | - |
| HSV(B) | 150.79º | 0.91% | 0.82% | - |
| XYZ | 26.53 | 47.52 | 24.6 | - |
| YUV | 142.29 | 113.72 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 117 | 0.91 | 0 | 0.44 | 0.18 | 150.79 | 0.83 | 0.45 |
| Hex | 13 | D2 | 75 | 5B | 0 | 2C | 12 | 97 | 53 | 2D |
| Octal | 23 | 322 | 165 | 133 | 0 | 54 | 22 | 227 | 123 | 55 |
| Binary | 10011 | 11010010 | 1110101 | 1011011 | 0 | 101100 | 10010 | 10010111 | 1010011 | 101101 |
Color Harmonies of #13D275
Complementary color
Monochromatic Colors of #13D275
Black with #13D275
Text Example
Text Example
White with #13D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D275; }
p { color: rgb(19,210,117); }
H1.HeaderClassName
{
color: #13D275;
}
.AnyTagClassName
{
color: #13D275;
}
</style>
background-color css
<style>
a { background-color: #13D275; }
a { background-color: rgb(19,210,117); }
div.DivClassName
{
background-color: #13D275;
}
.BgClassName
{
background-color: #13D275;
}
</style>
border-color css
<style>
span { border-color: #13D275; }
span { border-color: rgb(19,210,117); }
td.TdClassName
{
border-color: #13D275;
}
.TagClassName
{
border-color: #13D275;
}
</style>