Shades of Shamrock #21D280
Tints of Shamrock #21D280
RGB
CMYK
RGB Variations
Color information
#21D280 (or 0x21D280) is known color: Shamrock. HEX triplet: 21, D2 and 80. RGB value is (33,210,128). Sum of RGB (Red+Green+Blue) = 33+210+128=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #21D280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D280 is #DE2D7F. Grayscale: #939393. Windows color (decimal): -14560640 or 8442401. OLE color: 8442401.
HSL color Cylindrical-coordinate representation of color #21D280: hue angle of 152.2º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D280 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 128 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.18 |
| HSL | 152.2º | 0.73% | 0.48% | - |
| HSV(B) | 152.2º | 0.84% | 0.82% | - |
| XYZ | 27.57 | 47.98 | 28.23 | - |
| YUV | 147.73 | 116.86 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 128 | 0.84 | 0 | 0.39 | 0.18 | 152.2 | 0.73 | 0.48 |
| Hex | 21 | D2 | 80 | 54 | 0 | 27 | 12 | 98 | 49 | 30 |
| Octal | 41 | 322 | 200 | 124 | 0 | 47 | 22 | 230 | 111 | 60 |
| Binary | 100001 | 11010010 | 10000000 | 1010100 | 0 | 100111 | 10010 | 10011000 | 1001001 | 110000 |
Color Harmonies of #21D280
Complementary color
Monochromatic Colors of #21D280
Black with #21D280
Text Example
Text Example
White with #21D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D280; }
p { color: rgb(33,210,128); }
H1.HeaderClassName
{
color: #21D280;
}
.AnyTagClassName
{
color: #21D280;
}
</style>
background-color css
<style>
a { background-color: #21D280; }
a { background-color: rgb(33,210,128); }
div.DivClassName
{
background-color: #21D280;
}
.BgClassName
{
background-color: #21D280;
}
</style>
border-color css
<style>
span { border-color: #21D280; }
span { border-color: rgb(33,210,128); }
td.TdClassName
{
border-color: #21D280;
}
.TagClassName
{
border-color: #21D280;
}
</style>