Shades of Mountain Meadow #19BD76
Tints of Mountain Meadow #19BD76
RGB
CMYK
RGB Variations
Color information
#19BD76 (or 0x19BD76) is known color: Mountain Meadow. HEX triplet: 19, BD and 76. RGB value is (25,189,118). Sum of RGB (Red+Green+Blue) = 25+189+118=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BD76 is #E64289. Grayscale: #838383. Windows color (decimal): -15090314 or 7781657. OLE color: 7781657.
HSL color Cylindrical-coordinate representation of color #19BD76: hue angle of 154.02º 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 #19BD76 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 118 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.26 |
| HSL | 154.02º | 0.77% | 0.42% | - |
| HSV(B) | 154.02º | 0.87% | 0.74% | - |
| XYZ | 21.87 | 37.91 | 23.3 | - |
| YUV | 131.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 118 | 0.87 | 0 | 0.38 | 0.26 | 154.02 | 0.77 | 0.42 |
| Hex | 19 | BD | 76 | 57 | 0 | 26 | 1A | 9A | 4D | 2A |
| Octal | 31 | 275 | 166 | 127 | 0 | 46 | 32 | 232 | 115 | 52 |
| Binary | 11001 | 10111101 | 1110110 | 1010111 | 0 | 100110 | 11010 | 10011010 | 1001101 | 101010 |
Color Harmonies of #19BD76
Complementary color
Monochromatic Colors of #19BD76
Black with #19BD76
Text Example
Text Example
White with #19BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BD76; }
p { color: rgb(25,189,118); }
H1.HeaderClassName
{
color: #19BD76;
}
.AnyTagClassName
{
color: #19BD76;
}
</style>
background-color css
<style>
a { background-color: #19BD76; }
a { background-color: rgb(25,189,118); }
div.DivClassName
{
background-color: #19BD76;
}
.BgClassName
{
background-color: #19BD76;
}
</style>
border-color css
<style>
span { border-color: #19BD76; }
span { border-color: rgb(25,189,118); }
td.TdClassName
{
border-color: #19BD76;
}
.TagClassName
{
border-color: #19BD76;
}
</style>