Shades of Mountain Meadow #19CB75
Tints of Mountain Meadow #19CB75
RGB
CMYK
RGB Variations
Color information
#19CB75 (or 0x19CB75) is known color: Mountain Meadow. HEX triplet: 19, CB and 75. RGB value is (25,203,117). Sum of RGB (Red+Green+Blue) = 25+203+117=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CB75 is #E6348A. Grayscale: #8C8C8C. Windows color (decimal): -15086731 or 7719705. OLE color: 7719705.
HSL color Cylindrical-coordinate representation of color #19CB75: hue angle of 151.01º 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 #19CB75 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 117 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.20 |
| HSL | 151.01º | 0.78% | 0.45% | - |
| HSV(B) | 151.01º | 0.88% | 0.8% | - |
| XYZ | 24.97 | 44.2 | 24.05 | - |
| YUV | 139.97 | 115.03 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 117 | 0.88 | 0 | 0.42 | 0.20 | 151.01 | 0.78 | 0.45 |
| Hex | 19 | CB | 75 | 58 | 0 | 2A | 14 | 97 | 4E | 2D |
| Octal | 31 | 313 | 165 | 130 | 0 | 52 | 24 | 227 | 116 | 55 |
| Binary | 11001 | 11001011 | 1110101 | 1011000 | 0 | 101010 | 10100 | 10010111 | 1001110 | 101101 |
Color Harmonies of #19CB75
Complementary color
Monochromatic Colors of #19CB75
Black with #19CB75
Text Example
Text Example
White with #19CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB75; }
p { color: rgb(25,203,117); }
H1.HeaderClassName
{
color: #19CB75;
}
.AnyTagClassName
{
color: #19CB75;
}
</style>
background-color css
<style>
a { background-color: #19CB75; }
a { background-color: rgb(25,203,117); }
div.DivClassName
{
background-color: #19CB75;
}
.BgClassName
{
background-color: #19CB75;
}
</style>
border-color css
<style>
span { border-color: #19CB75; }
span { border-color: rgb(25,203,117); }
td.TdClassName
{
border-color: #19CB75;
}
.TagClassName
{
border-color: #19CB75;
}
</style>