Shades of Mountain Meadow #19CB77
Tints of Mountain Meadow #19CB77
RGB
CMYK
RGB Variations
Color information
#19CB77 (or 0x19CB77) is known color: Mountain Meadow. HEX triplet: 19, CB and 77. RGB value is (25,203,119). Sum of RGB (Red+Green+Blue) = 25+203+119=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CB77 is #E63488. Grayscale: #8C8C8C. Windows color (decimal): -15086729 or 7850777. OLE color: 7850777.
HSL color Cylindrical-coordinate representation of color #19CB77: hue angle of 151.69º 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 #19CB77 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 119 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.20 |
| HSL | 151.69º | 0.78% | 0.45% | - |
| HSV(B) | 151.69º | 0.88% | 0.8% | - |
| XYZ | 25.09 | 44.25 | 24.67 | - |
| YUV | 140.2 | 116.03 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 119 | 0.88 | 0 | 0.41 | 0.20 | 151.69 | 0.78 | 0.45 |
| Hex | 19 | CB | 77 | 58 | 0 | 29 | 14 | 98 | 4E | 2D |
| Octal | 31 | 313 | 167 | 130 | 0 | 51 | 24 | 230 | 116 | 55 |
| Binary | 11001 | 11001011 | 1110111 | 1011000 | 0 | 101001 | 10100 | 10011000 | 1001110 | 101101 |
Color Harmonies of #19CB77
Complementary color
Monochromatic Colors of #19CB77
Black with #19CB77
Text Example
Text Example
White with #19CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB77; }
p { color: rgb(25,203,119); }
H1.HeaderClassName
{
color: #19CB77;
}
.AnyTagClassName
{
color: #19CB77;
}
</style>
background-color css
<style>
a { background-color: #19CB77; }
a { background-color: rgb(25,203,119); }
div.DivClassName
{
background-color: #19CB77;
}
.BgClassName
{
background-color: #19CB77;
}
</style>
border-color css
<style>
span { border-color: #19CB77; }
span { border-color: rgb(25,203,119); }
td.TdClassName
{
border-color: #19CB77;
}
.TagClassName
{
border-color: #19CB77;
}
</style>