Shades of Mountain Meadow #19CB71
Tints of Mountain Meadow #19CB71
RGB
CMYK
RGB Variations
Color information
#19CB71 (or 0x19CB71) is known color: Mountain Meadow. HEX triplet: 19, CB and 71. RGB value is (25,203,113). Sum of RGB (Red+Green+Blue) = 25+203+113=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CB71 is #E6348E. Grayscale: #8B8B8B. Windows color (decimal): -15086735 or 7457561. OLE color: 7457561.
HSL color Cylindrical-coordinate representation of color #19CB71: hue angle of 149.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CB71 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 113 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.20 |
| HSL | 149.66º | 0.78% | 0.45% | - |
| HSV(B) | 149.66º | 0.88% | 0.8% | - |
| XYZ | 24.74 | 44.11 | 22.83 | - |
| YUV | 139.52 | 113.03 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 113 | 0.88 | 0 | 0.44 | 0.20 | 149.66 | 0.78 | 0.45 |
| Hex | 19 | CB | 71 | 58 | 0 | 2C | 14 | 96 | 4E | 2D |
| Octal | 31 | 313 | 161 | 130 | 0 | 54 | 24 | 226 | 116 | 55 |
| Binary | 11001 | 11001011 | 1110001 | 1011000 | 0 | 101100 | 10100 | 10010110 | 1001110 | 101101 |
Color Harmonies of #19CB71
Complementary color
Monochromatic Colors of #19CB71
Black with #19CB71
Text Example
Text Example
White with #19CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB71; }
p { color: rgb(25,203,113); }
H1.HeaderClassName
{
color: #19CB71;
}
.AnyTagClassName
{
color: #19CB71;
}
</style>
background-color css
<style>
a { background-color: #19CB71; }
a { background-color: rgb(25,203,113); }
div.DivClassName
{
background-color: #19CB71;
}
.BgClassName
{
background-color: #19CB71;
}
</style>
border-color css
<style>
span { border-color: #19CB71; }
span { border-color: rgb(25,203,113); }
td.TdClassName
{
border-color: #19CB71;
}
.TagClassName
{
border-color: #19CB71;
}
</style>