Shades of Shamrock #19DE85
Tints of Shamrock #19DE85
RGB
CMYK
RGB Variations
Color information
#19DE85 (or 0x19DE85) is known color: Shamrock. HEX triplet: 19, DE and 85. RGB value is (25,222,133). Sum of RGB (Red+Green+Blue) = 25+222+133=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #19DE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DE85 is #E6217A. Grayscale: #999999. Windows color (decimal): -15081851 or 8773145. OLE color: 8773145.
HSL color Cylindrical-coordinate representation of color #19DE85: hue angle of 152.89º 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 #19DE85 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 133 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.13 |
| HSL | 152.89º | 0.8% | 0.48% | - |
| HSV(B) | 152.89º | 0.89% | 0.87% | - |
| XYZ | 30.76 | 54.14 | 31.02 | - |
| YUV | 152.95 | 116.73 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 133 | 0.89 | 0 | 0.40 | 0.13 | 152.89 | 0.8 | 0.48 |
| Hex | 19 | DE | 85 | 59 | 0 | 28 | D | 99 | 50 | 30 |
| Octal | 31 | 336 | 205 | 131 | 0 | 50 | 15 | 231 | 120 | 60 |
| Binary | 11001 | 11011110 | 10000101 | 1011001 | 0 | 101000 | 1101 | 10011001 | 1010000 | 110000 |
Color Harmonies of #19DE85
Complementary color
Monochromatic Colors of #19DE85
Black with #19DE85
Text Example
Text Example
White with #19DE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DE85; }
p { color: rgb(25,222,133); }
H1.HeaderClassName
{
color: #19DE85;
}
.AnyTagClassName
{
color: #19DE85;
}
</style>
background-color css
<style>
a { background-color: #19DE85; }
a { background-color: rgb(25,222,133); }
div.DivClassName
{
background-color: #19DE85;
}
.BgClassName
{
background-color: #19DE85;
}
</style>
border-color css
<style>
span { border-color: #19DE85; }
span { border-color: rgb(25,222,133); }
td.TdClassName
{
border-color: #19DE85;
}
.TagClassName
{
border-color: #19DE85;
}
</style>