Shades of Shamrock #21D780
Tints of Shamrock #21D780
RGB
CMYK
RGB Variations
Color information
#21D780 (or 0x21D780) is known color: Shamrock. HEX triplet: 21, D7 and 80. RGB value is (33,215,128). Sum of RGB (Red+Green+Blue) = 33+215+128=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #21D780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D780 is #DE287F. Grayscale: #969696. Windows color (decimal): -14559360 or 8443681. OLE color: 8443681.
HSL color Cylindrical-coordinate representation of color #21D780: hue angle of 151.32º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D780 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 128 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.16 |
| HSL | 151.32º | 0.73% | 0.49% | - |
| HSV(B) | 151.32º | 0.85% | 0.84% | - |
| XYZ | 28.82 | 50.48 | 28.65 | - |
| YUV | 150.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 128 | 0.85 | 0 | 0.40 | 0.16 | 151.32 | 0.73 | 0.49 |
| Hex | 21 | D7 | 80 | 55 | 0 | 28 | 10 | 97 | 49 | 31 |
| Octal | 41 | 327 | 200 | 125 | 0 | 50 | 20 | 227 | 111 | 61 |
| Binary | 100001 | 11010111 | 10000000 | 1010101 | 0 | 101000 | 10000 | 10010111 | 1001001 | 110001 |
Color Harmonies of #21D780
Complementary color
Monochromatic Colors of #21D780
Black with #21D780
Text Example
Text Example
White with #21D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D780; }
p { color: rgb(33,215,128); }
H1.HeaderClassName
{
color: #21D780;
}
.AnyTagClassName
{
color: #21D780;
}
</style>
background-color css
<style>
a { background-color: #21D780; }
a { background-color: rgb(33,215,128); }
div.DivClassName
{
background-color: #21D780;
}
.BgClassName
{
background-color: #21D780;
}
</style>
border-color css
<style>
span { border-color: #21D780; }
span { border-color: rgb(33,215,128); }
td.TdClassName
{
border-color: #21D780;
}
.TagClassName
{
border-color: #21D780;
}
</style>