Shades of Shamrock #21D691
Tints of Shamrock #21D691
RGB
CMYK
RGB Variations
Color information
#21D691 (or 0x21D691) is known color: Shamrock. HEX triplet: 21, D6 and 91. RGB value is (33,214,145). Sum of RGB (Red+Green+Blue) = 33+214+145=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #21D691 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D691 is #DE296E. Grayscale: #989898. Windows color (decimal): -14559599 or 9557537. OLE color: 9557537.
HSL color Cylindrical-coordinate representation of color #21D691: hue angle of 157.13º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D691 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 145 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.16 |
| HSL | 157.13º | 0.73% | 0.48% | - |
| HSV(B) | 157.13º | 0.85% | 0.84% | - |
| XYZ | 29.78 | 50.46 | 34.96 | - |
| YUV | 152.02 | 124.03 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 145 | 0.85 | 0 | 0.32 | 0.16 | 157.13 | 0.73 | 0.48 |
| Hex | 21 | D6 | 91 | 55 | 0 | 20 | 10 | 9D | 49 | 30 |
| Octal | 41 | 326 | 221 | 125 | 0 | 40 | 20 | 235 | 111 | 60 |
| Binary | 100001 | 11010110 | 10010001 | 1010101 | 0 | 100000 | 10000 | 10011101 | 1001001 | 110000 |
Color Harmonies of #21D691
Complementary color
Monochromatic Colors of #21D691
Black with #21D691
Text Example
Text Example
White with #21D691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D691; }
p { color: rgb(33,214,145); }
H1.HeaderClassName
{
color: #21D691;
}
.AnyTagClassName
{
color: #21D691;
}
</style>
background-color css
<style>
a { background-color: #21D691; }
a { background-color: rgb(33,214,145); }
div.DivClassName
{
background-color: #21D691;
}
.BgClassName
{
background-color: #21D691;
}
</style>
border-color css
<style>
span { border-color: #21D691; }
span { border-color: rgb(33,214,145); }
td.TdClassName
{
border-color: #21D691;
}
.TagClassName
{
border-color: #21D691;
}
</style>