Shades of Shamrock #21D69D
Tints of Shamrock #21D69D
RGB
CMYK
RGB Variations
Color information
#21D69D (or 0x21D69D) is known color: Shamrock. HEX triplet: 21, D6 and 9D. RGB value is (33,214,157). Sum of RGB (Red+Green+Blue) = 33+214+157=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #21D69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D69D is #DE2962. Grayscale: #999999. Windows color (decimal): -14559587 or 10343969. OLE color: 10343969.
HSL color Cylindrical-coordinate representation of color #21D69D: hue angle of 161.1º 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 #21D69D is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 157 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.16 |
| HSL | 161.11º | 0.73% | 0.48% | - |
| HSV(B) | 161.11º | 0.85% | 0.84% | - |
| XYZ | 30.76 | 50.85 | 40.09 | - |
| YUV | 153.38 | 130.03 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 157 | 0.85 | 0 | 0.27 | 0.16 | 161.11 | 0.73 | 0.48 |
| Hex | 21 | D6 | 9D | 55 | 0 | 1B | 10 | A1 | 49 | 30 |
| Octal | 41 | 326 | 235 | 125 | 0 | 33 | 20 | 241 | 111 | 60 |
| Binary | 100001 | 11010110 | 10011101 | 1010101 | 0 | 11011 | 10000 | 10100001 | 1001001 | 110000 |
Color Harmonies of #21D69D
Complementary color
Monochromatic Colors of #21D69D
Black with #21D69D
Text Example
Text Example
White with #21D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D69D; }
p { color: rgb(33,214,157); }
H1.HeaderClassName
{
color: #21D69D;
}
.AnyTagClassName
{
color: #21D69D;
}
</style>
background-color css
<style>
a { background-color: #21D69D; }
a { background-color: rgb(33,214,157); }
div.DivClassName
{
background-color: #21D69D;
}
.BgClassName
{
background-color: #21D69D;
}
</style>
border-color css
<style>
span { border-color: #21D69D; }
span { border-color: rgb(33,214,157); }
td.TdClassName
{
border-color: #21D69D;
}
.TagClassName
{
border-color: #21D69D;
}
</style>