Shades of Mountain Meadow #19CF7D
Tints of Mountain Meadow #19CF7D
RGB
CMYK
RGB Variations
Color information
#19CF7D (or 0x19CF7D) is known color: Mountain Meadow. HEX triplet: 19, CF and 7D. RGB value is (25,207,125). Sum of RGB (Red+Green+Blue) = 25+207+125=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CF7D is #E63082. Grayscale: #8F8F8F. Windows color (decimal): -15085699 or 8245017. OLE color: 8245017.
HSL color Cylindrical-coordinate representation of color #19CF7D: hue angle of 152.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CF7D is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 125 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.19 |
| HSL | 152.97º | 0.78% | 0.45% | - |
| HSV(B) | 152.97º | 0.88% | 0.81% | - |
| XYZ | 26.42 | 46.31 | 26.95 | - |
| YUV | 143.23 | 117.7 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 125 | 0.88 | 0 | 0.40 | 0.19 | 152.97 | 0.78 | 0.45 |
| Hex | 19 | CF | 7D | 58 | 0 | 28 | 13 | 99 | 4E | 2D |
| Octal | 31 | 317 | 175 | 130 | 0 | 50 | 23 | 231 | 116 | 55 |
| Binary | 11001 | 11001111 | 1111101 | 1011000 | 0 | 101000 | 10011 | 10011001 | 1001110 | 101101 |
Color Harmonies of #19CF7D
Complementary color
Monochromatic Colors of #19CF7D
Black with #19CF7D
Text Example
Text Example
White with #19CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CF7D; }
p { color: rgb(25,207,125); }
H1.HeaderClassName
{
color: #19CF7D;
}
.AnyTagClassName
{
color: #19CF7D;
}
</style>
background-color css
<style>
a { background-color: #19CF7D; }
a { background-color: rgb(25,207,125); }
div.DivClassName
{
background-color: #19CF7D;
}
.BgClassName
{
background-color: #19CF7D;
}
</style>
border-color css
<style>
span { border-color: #19CF7D; }
span { border-color: rgb(25,207,125); }
td.TdClassName
{
border-color: #19CF7D;
}
.TagClassName
{
border-color: #19CF7D;
}
</style>