Shades of Shamrock #21D696
Tints of Shamrock #21D696
RGB
CMYK
RGB Variations
Color information
#21D696 (or 0x21D696) is known color: Shamrock. HEX triplet: 21, D6 and 96. RGB value is (33,214,150). Sum of RGB (Red+Green+Blue) = 33+214+150=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #21D696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D696 is #DE2969. Grayscale: #989898. Windows color (decimal): -14559594 or 9885217. OLE color: 9885217.
HSL color Cylindrical-coordinate representation of color #21D696: hue angle of 158.78º 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 #21D696 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 150 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.16 |
| HSL | 158.78º | 0.73% | 0.48% | - |
| HSV(B) | 158.78º | 0.85% | 0.84% | - |
| XYZ | 30.18 | 50.62 | 37.03 | - |
| YUV | 152.59 | 126.53 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 150 | 0.85 | 0 | 0.30 | 0.16 | 158.78 | 0.73 | 0.48 |
| Hex | 21 | D6 | 96 | 55 | 0 | 1E | 10 | 9F | 49 | 30 |
| Octal | 41 | 326 | 226 | 125 | 0 | 36 | 20 | 237 | 111 | 60 |
| Binary | 100001 | 11010110 | 10010110 | 1010101 | 0 | 11110 | 10000 | 10011111 | 1001001 | 110000 |
Color Harmonies of #21D696
Complementary color
Monochromatic Colors of #21D696
Black with #21D696
Text Example
Text Example
White with #21D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D696; }
p { color: rgb(33,214,150); }
H1.HeaderClassName
{
color: #21D696;
}
.AnyTagClassName
{
color: #21D696;
}
</style>
background-color css
<style>
a { background-color: #21D696; }
a { background-color: rgb(33,214,150); }
div.DivClassName
{
background-color: #21D696;
}
.BgClassName
{
background-color: #21D696;
}
</style>
border-color css
<style>
span { border-color: #21D696; }
span { border-color: rgb(33,214,150); }
td.TdClassName
{
border-color: #21D696;
}
.TagClassName
{
border-color: #21D696;
}
</style>