Shades of Shamrock #19DD85
Tints of Shamrock #19DD85
RGB
CMYK
RGB Variations
Color information
#19DD85 (or 0x19DD85) is known color: Shamrock. HEX triplet: 19, DD and 85. RGB value is (25,221,133). Sum of RGB (Red+Green+Blue) = 25+221+133=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #19DD85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DD85 is #E6227A. Grayscale: #989898. Windows color (decimal): -15082107 or 8772889. OLE color: 8772889.
HSL color Cylindrical-coordinate representation of color #19DD85: hue angle of 153.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DD85 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 133 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.13 |
| HSL | 153.06º | 0.8% | 0.48% | - |
| HSV(B) | 153.06º | 0.89% | 0.87% | - |
| XYZ | 30.49 | 53.61 | 30.93 | - |
| YUV | 152.36 | 117.07 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 133 | 0.89 | 0 | 0.40 | 0.13 | 153.06 | 0.8 | 0.48 |
| Hex | 19 | DD | 85 | 59 | 0 | 28 | D | 99 | 50 | 30 |
| Octal | 31 | 335 | 205 | 131 | 0 | 50 | 15 | 231 | 120 | 60 |
| Binary | 11001 | 11011101 | 10000101 | 1011001 | 0 | 101000 | 1101 | 10011001 | 1010000 | 110000 |
Color Harmonies of #19DD85
Complementary color
Monochromatic Colors of #19DD85
Black with #19DD85
Text Example
Text Example
White with #19DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DD85; }
p { color: rgb(25,221,133); }
H1.HeaderClassName
{
color: #19DD85;
}
.AnyTagClassName
{
color: #19DD85;
}
</style>
background-color css
<style>
a { background-color: #19DD85; }
a { background-color: rgb(25,221,133); }
div.DivClassName
{
background-color: #19DD85;
}
.BgClassName
{
background-color: #19DD85;
}
</style>
border-color css
<style>
span { border-color: #19DD85; }
span { border-color: rgb(25,221,133); }
td.TdClassName
{
border-color: #19DD85;
}
.TagClassName
{
border-color: #19DD85;
}
</style>