Shades of Shamrock #21DE8E
Tints of Shamrock #21DE8E
RGB
CMYK
RGB Variations
Color information
#21DE8E (or 0x21DE8E) is known color: Shamrock. HEX triplet: 21, DE and 8E. RGB value is (33,222,142). Sum of RGB (Red+Green+Blue) = 33+222+142=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DE8E is #DE2171. Grayscale: #9C9C9C. Windows color (decimal): -14557554 or 9362977. OLE color: 9362977.
HSL color Cylindrical-coordinate representation of color #21DE8E: hue angle of 154.6º 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 #21DE8E is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 142 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.13 |
| HSL | 154.6º | 0.74% | 0.5% | - |
| HSV(B) | 154.6º | 0.85% | 0.87% | - |
| XYZ | 31.63 | 54.52 | 34.45 | - |
| YUV | 156.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 142 | 0.85 | 0 | 0.36 | 0.13 | 154.6 | 0.74 | 0.5 |
| Hex | 21 | DE | 8E | 55 | 0 | 24 | D | 9B | 4A | 32 |
| Octal | 41 | 336 | 216 | 125 | 0 | 44 | 15 | 233 | 112 | 62 |
| Binary | 100001 | 11011110 | 10001110 | 1010101 | 0 | 100100 | 1101 | 10011011 | 1001010 | 110010 |
Color Harmonies of #21DE8E
Complementary color
Monochromatic Colors of #21DE8E
Black with #21DE8E
Text Example
Text Example
White with #21DE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE8E; }
p { color: rgb(33,222,142); }
H1.HeaderClassName
{
color: #21DE8E;
}
.AnyTagClassName
{
color: #21DE8E;
}
</style>
background-color css
<style>
a { background-color: #21DE8E; }
a { background-color: rgb(33,222,142); }
div.DivClassName
{
background-color: #21DE8E;
}
.BgClassName
{
background-color: #21DE8E;
}
</style>
border-color css
<style>
span { border-color: #21DE8E; }
span { border-color: rgb(33,222,142); }
td.TdClassName
{
border-color: #21DE8E;
}
.TagClassName
{
border-color: #21DE8E;
}
</style>