Shades of Shamrock #21DC88
Tints of Shamrock #21DC88
RGB
CMYK
RGB Variations
Color information
#21DC88 (or 0x21DC88) is known color: Shamrock. HEX triplet: 21, DC and 88. RGB value is (33,220,136). Sum of RGB (Red+Green+Blue) = 33+220+136=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DC88 is #DE2377. Grayscale: #9A9A9A. Windows color (decimal): -14558072 or 8969249. OLE color: 8969249.
HSL color Cylindrical-coordinate representation of color #21DC88: hue angle of 153.05º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC88 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 136 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.14 |
| HSL | 153.05º | 0.74% | 0.5% | - |
| HSV(B) | 153.05º | 0.85% | 0.86% | - |
| XYZ | 30.66 | 53.29 | 31.96 | - |
| YUV | 154.51 | 117.55 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 136 | 0.85 | 0 | 0.38 | 0.14 | 153.05 | 0.74 | 0.5 |
| Hex | 21 | DC | 88 | 55 | 0 | 26 | E | 99 | 4A | 32 |
| Octal | 41 | 334 | 210 | 125 | 0 | 46 | 16 | 231 | 112 | 62 |
| Binary | 100001 | 11011100 | 10001000 | 1010101 | 0 | 100110 | 1110 | 10011001 | 1001010 | 110010 |
Color Harmonies of #21DC88
Complementary color
Monochromatic Colors of #21DC88
Black with #21DC88
Text Example
Text Example
White with #21DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC88; }
p { color: rgb(33,220,136); }
H1.HeaderClassName
{
color: #21DC88;
}
.AnyTagClassName
{
color: #21DC88;
}
</style>
background-color css
<style>
a { background-color: #21DC88; }
a { background-color: rgb(33,220,136); }
div.DivClassName
{
background-color: #21DC88;
}
.BgClassName
{
background-color: #21DC88;
}
</style>
border-color css
<style>
span { border-color: #21DC88; }
span { border-color: rgb(33,220,136); }
td.TdClassName
{
border-color: #21DC88;
}
.TagClassName
{
border-color: #21DC88;
}
</style>