Shades of Shamrock #21D396
Tints of Shamrock #21D396
RGB
CMYK
RGB Variations
Color information
#21D396 (or 0x21D396) is known color: Shamrock. HEX triplet: 21, D3 and 96. RGB value is (33,211,150). Sum of RGB (Red+Green+Blue) = 33+211+150=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #21D396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D396 is #DE2C69. Grayscale: #969696. Windows color (decimal): -14560362 or 9884449. OLE color: 9884449.
HSL color Cylindrical-coordinate representation of color #21D396: hue angle of 159.44º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D396 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 150 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.17 |
| HSL | 159.44º | 0.73% | 0.48% | - |
| HSV(B) | 159.44º | 0.84% | 0.83% | - |
| XYZ | 29.43 | 49.11 | 36.78 | - |
| YUV | 150.82 | 127.53 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 150 | 0.84 | 0 | 0.29 | 0.17 | 159.44 | 0.73 | 0.48 |
| Hex | 21 | D3 | 96 | 54 | 0 | 1D | 11 | 9F | 49 | 30 |
| Octal | 41 | 323 | 226 | 124 | 0 | 35 | 21 | 237 | 111 | 60 |
| Binary | 100001 | 11010011 | 10010110 | 1010100 | 0 | 11101 | 10001 | 10011111 | 1001001 | 110000 |
Color Harmonies of #21D396
Complementary color
Monochromatic Colors of #21D396
Black with #21D396
Text Example
Text Example
White with #21D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D396; }
p { color: rgb(33,211,150); }
H1.HeaderClassName
{
color: #21D396;
}
.AnyTagClassName
{
color: #21D396;
}
</style>
background-color css
<style>
a { background-color: #21D396; }
a { background-color: rgb(33,211,150); }
div.DivClassName
{
background-color: #21D396;
}
.BgClassName
{
background-color: #21D396;
}
</style>
border-color css
<style>
span { border-color: #21D396; }
span { border-color: rgb(33,211,150); }
td.TdClassName
{
border-color: #21D396;
}
.TagClassName
{
border-color: #21D396;
}
</style>