Shades of Mountain Meadow #19BD85
Tints of Mountain Meadow #19BD85
RGB
CMYK
RGB Variations
Color information
#19BD85 (or 0x19BD85) is known color: Mountain Meadow. HEX triplet: 19, BD and 85. RGB value is (25,189,133). Sum of RGB (Red+Green+Blue) = 25+189+133=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BD85 is #E6427A. Grayscale: #858585. Windows color (decimal): -15090299 or 8764697. OLE color: 8764697.
HSL color Cylindrical-coordinate representation of color #19BD85: hue angle of 159.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BD85 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 133 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.26 |
| HSL | 159.51º | 0.77% | 0.42% | - |
| HSV(B) | 159.51º | 0.87% | 0.74% | - |
| XYZ | 22.83 | 38.3 | 28.38 | - |
| YUV | 133.58 | 127.67 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 133 | 0.87 | 0 | 0.30 | 0.26 | 159.51 | 0.77 | 0.42 |
| Hex | 19 | BD | 85 | 57 | 0 | 1E | 1A | A0 | 4D | 2A |
| Octal | 31 | 275 | 205 | 127 | 0 | 36 | 32 | 240 | 115 | 52 |
| Binary | 11001 | 10111101 | 10000101 | 1010111 | 0 | 11110 | 11010 | 10100000 | 1001101 | 101010 |
Color Harmonies of #19BD85
Complementary color
Monochromatic Colors of #19BD85
Black with #19BD85
Text Example
Text Example
White with #19BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BD85; }
p { color: rgb(25,189,133); }
H1.HeaderClassName
{
color: #19BD85;
}
.AnyTagClassName
{
color: #19BD85;
}
</style>
background-color css
<style>
a { background-color: #19BD85; }
a { background-color: rgb(25,189,133); }
div.DivClassName
{
background-color: #19BD85;
}
.BgClassName
{
background-color: #19BD85;
}
</style>
border-color css
<style>
span { border-color: #19BD85; }
span { border-color: rgb(25,189,133); }
td.TdClassName
{
border-color: #19BD85;
}
.TagClassName
{
border-color: #19BD85;
}
</style>