Shades of Shamrock #21D983
Tints of Shamrock #21D983
RGB
CMYK
RGB Variations
Color information
#21D983 (or 0x21D983) is known color: Shamrock. HEX triplet: 21, D9 and 83. RGB value is (33,217,131). Sum of RGB (Red+Green+Blue) = 33+217+131=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #21D983 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D983 is #DE267C. Grayscale: #989898. Windows color (decimal): -14558845 or 8640801. OLE color: 8640801.
HSL color Cylindrical-coordinate representation of color #21D983: hue angle of 151.96º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D983 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 131 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.15 |
| HSL | 151.96º | 0.74% | 0.49% | - |
| HSV(B) | 151.96º | 0.85% | 0.85% | - |
| XYZ | 29.54 | 51.59 | 29.87 | - |
| YUV | 152.18 | 116.04 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 131 | 0.85 | 0 | 0.40 | 0.15 | 151.96 | 0.74 | 0.49 |
| Hex | 21 | D9 | 83 | 55 | 0 | 28 | F | 98 | 4A | 31 |
| Octal | 41 | 331 | 203 | 125 | 0 | 50 | 17 | 230 | 112 | 61 |
| Binary | 100001 | 11011001 | 10000011 | 1010101 | 0 | 101000 | 1111 | 10011000 | 1001010 | 110001 |
Color Harmonies of #21D983
Complementary color
Monochromatic Colors of #21D983
Black with #21D983
Text Example
Text Example
White with #21D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D983; }
p { color: rgb(33,217,131); }
H1.HeaderClassName
{
color: #21D983;
}
.AnyTagClassName
{
color: #21D983;
}
</style>
background-color css
<style>
a { background-color: #21D983; }
a { background-color: rgb(33,217,131); }
div.DivClassName
{
background-color: #21D983;
}
.BgClassName
{
background-color: #21D983;
}
</style>
border-color css
<style>
span { border-color: #21D983; }
span { border-color: rgb(33,217,131); }
td.TdClassName
{
border-color: #21D983;
}
.TagClassName
{
border-color: #21D983;
}
</style>