Shades of Shamrock #21DD85
Tints of Shamrock #21DD85
RGB
CMYK
RGB Variations
Color information
#21DD85 (or 0x21DD85) is known color: Shamrock. HEX triplet: 21, DD and 85. RGB value is (33,221,133). Sum of RGB (Red+Green+Blue) = 33+221+133=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DD85 is #DE227A. Grayscale: #9A9A9A. Windows color (decimal): -14557819 or 8772897. OLE color: 8772897.
HSL color Cylindrical-coordinate representation of color #21DD85: hue angle of 151.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD85 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 133 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.13 |
| HSL | 151.91º | 0.74% | 0.5% | - |
| HSV(B) | 151.91º | 0.85% | 0.87% | - |
| XYZ | 30.72 | 53.73 | 30.94 | - |
| YUV | 154.76 | 115.72 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 133 | 0.85 | 0 | 0.40 | 0.13 | 151.91 | 0.74 | 0.5 |
| Hex | 21 | DD | 85 | 55 | 0 | 28 | D | 98 | 4A | 32 |
| Octal | 41 | 335 | 205 | 125 | 0 | 50 | 15 | 230 | 112 | 62 |
| Binary | 100001 | 11011101 | 10000101 | 1010101 | 0 | 101000 | 1101 | 10011000 | 1001010 | 110010 |
Color Harmonies of #21DD85
Complementary color
Monochromatic Colors of #21DD85
Black with #21DD85
Text Example
Text Example
White with #21DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD85; }
p { color: rgb(33,221,133); }
H1.HeaderClassName
{
color: #21DD85;
}
.AnyTagClassName
{
color: #21DD85;
}
</style>
background-color css
<style>
a { background-color: #21DD85; }
a { background-color: rgb(33,221,133); }
div.DivClassName
{
background-color: #21DD85;
}
.BgClassName
{
background-color: #21DD85;
}
</style>
border-color css
<style>
span { border-color: #21DD85; }
span { border-color: rgb(33,221,133); }
td.TdClassName
{
border-color: #21DD85;
}
.TagClassName
{
border-color: #21DD85;
}
</style>