Shades of Shamrock #21DA80
Tints of Shamrock #21DA80
RGB
CMYK
RGB Variations
Color information
#21DA80 (or 0x21DA80) is known color: Shamrock. HEX triplet: 21, DA and 80. RGB value is (33,218,128). Sum of RGB (Red+Green+Blue) = 33+218+128=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DA80 is #DE257F. Grayscale: #989898. Windows color (decimal): -14558592 or 8444449. OLE color: 8444449.
HSL color Cylindrical-coordinate representation of color #21DA80: hue angle of 150.81º 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 #21DA80 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 128 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.15 |
| HSL | 150.81º | 0.74% | 0.49% | - |
| HSV(B) | 150.81º | 0.85% | 0.85% | - |
| XYZ | 29.59 | 52.02 | 28.9 | - |
| YUV | 152.43 | 114.21 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 128 | 0.85 | 0 | 0.41 | 0.15 | 150.81 | 0.74 | 0.49 |
| Hex | 21 | DA | 80 | 55 | 0 | 29 | F | 97 | 4A | 31 |
| Octal | 41 | 332 | 200 | 125 | 0 | 51 | 17 | 227 | 112 | 61 |
| Binary | 100001 | 11011010 | 10000000 | 1010101 | 0 | 101001 | 1111 | 10010111 | 1001010 | 110001 |
Color Harmonies of #21DA80
Complementary color
Monochromatic Colors of #21DA80
Black with #21DA80
Text Example
Text Example
White with #21DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA80; }
p { color: rgb(33,218,128); }
H1.HeaderClassName
{
color: #21DA80;
}
.AnyTagClassName
{
color: #21DA80;
}
</style>
background-color css
<style>
a { background-color: #21DA80; }
a { background-color: rgb(33,218,128); }
div.DivClassName
{
background-color: #21DA80;
}
.BgClassName
{
background-color: #21DA80;
}
</style>
border-color css
<style>
span { border-color: #21DA80; }
span { border-color: rgb(33,218,128); }
td.TdClassName
{
border-color: #21DA80;
}
.TagClassName
{
border-color: #21DA80;
}
</style>