Shades of Shamrock #21D888
Tints of Shamrock #21D888
RGB
CMYK
RGB Variations
Color information
#21D888 (or 0x21D888) is known color: Shamrock. HEX triplet: 21, D8 and 88. RGB value is (33,216,136). Sum of RGB (Red+Green+Blue) = 33+216+136=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #21D888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D888 is #DE2777. Grayscale: #989898. Windows color (decimal): -14559096 or 8968225. OLE color: 8968225.
HSL color Cylindrical-coordinate representation of color #21D888: hue angle of 153.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D888 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 136 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.15 |
| HSL | 153.77º | 0.73% | 0.49% | - |
| HSV(B) | 153.77º | 0.85% | 0.85% | - |
| XYZ | 29.63 | 51.21 | 31.62 | - |
| YUV | 152.16 | 118.87 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 136 | 0.85 | 0 | 0.37 | 0.15 | 153.77 | 0.73 | 0.49 |
| Hex | 21 | D8 | 88 | 55 | 0 | 25 | F | 9A | 49 | 31 |
| Octal | 41 | 330 | 210 | 125 | 0 | 45 | 17 | 232 | 111 | 61 |
| Binary | 100001 | 11011000 | 10001000 | 1010101 | 0 | 100101 | 1111 | 10011010 | 1001001 | 110001 |
Color Harmonies of #21D888
Complementary color
Monochromatic Colors of #21D888
Black with #21D888
Text Example
Text Example
White with #21D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D888; }
p { color: rgb(33,216,136); }
H1.HeaderClassName
{
color: #21D888;
}
.AnyTagClassName
{
color: #21D888;
}
</style>
background-color css
<style>
a { background-color: #21D888; }
a { background-color: rgb(33,216,136); }
div.DivClassName
{
background-color: #21D888;
}
.BgClassName
{
background-color: #21D888;
}
</style>
border-color css
<style>
span { border-color: #21D888; }
span { border-color: rgb(33,216,136); }
td.TdClassName
{
border-color: #21D888;
}
.TagClassName
{
border-color: #21D888;
}
</style>