Shades of Mountain Meadow #19D780
Tints of Mountain Meadow #19D780
RGB
CMYK
RGB Variations
Color information
#19D780 (or 0x19D780) is known color: Mountain Meadow. HEX triplet: 19, D7 and 80. RGB value is (25,215,128). Sum of RGB (Red+Green+Blue) = 25+215+128=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #19D780 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D780 is #E6287F. Grayscale: #949494. Windows color (decimal): -15083648 or 8443673. OLE color: 8443673.
HSL color Cylindrical-coordinate representation of color #19D780: hue angle of 152.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D780 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 215 | 128 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.16 |
| HSL | 152.53º | 0.79% | 0.47% | - |
| HSV(B) | 152.53º | 0.88% | 0.84% | - |
| XYZ | 28.6 | 50.37 | 28.64 | - |
| YUV | 148.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 215 | 128 | 0.88 | 0 | 0.40 | 0.16 | 152.53 | 0.79 | 0.47 |
| Hex | 19 | D7 | 80 | 58 | 0 | 28 | 10 | 99 | 4F | 2F |
| Octal | 31 | 327 | 200 | 130 | 0 | 50 | 20 | 231 | 117 | 57 |
| Binary | 11001 | 11010111 | 10000000 | 1011000 | 0 | 101000 | 10000 | 10011001 | 1001111 | 101111 |
Color Harmonies of #19D780
Complementary color
Monochromatic Colors of #19D780
Black with #19D780
Text Example
Text Example
White with #19D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D780; }
p { color: rgb(25,215,128); }
H1.HeaderClassName
{
color: #19D780;
}
.AnyTagClassName
{
color: #19D780;
}
</style>
background-color css
<style>
a { background-color: #19D780; }
a { background-color: rgb(25,215,128); }
div.DivClassName
{
background-color: #19D780;
}
.BgClassName
{
background-color: #19D780;
}
</style>
border-color css
<style>
span { border-color: #19D780; }
span { border-color: rgb(25,215,128); }
td.TdClassName
{
border-color: #19D780;
}
.TagClassName
{
border-color: #19D780;
}
</style>