Shades of Shamrock #21E99B
Tints of Shamrock #21E99B
RGB
CMYK
RGB Variations
Color information
#21E99B (or 0x21E99B) is known color: Shamrock. HEX triplet: 21, E9 and 9B. RGB value is (33,233,155). Sum of RGB (Red+Green+Blue) = 33+233+155=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #21E99B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E99B is #DE1664. Grayscale: #A4A4A4. Windows color (decimal): -14554725 or 10217761. OLE color: 10217761.
HSL color Cylindrical-coordinate representation of color #21E99B: hue angle of 156.6º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E99B is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 155 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.09 |
| HSL | 156.6º | 0.82% | 0.52% | - |
| HSV(B) | 156.6º | 0.86% | 0.91% | - |
| XYZ | 35.68 | 60.97 | 40.9 | - |
| YUV | 164.31 | 122.74 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 155 | 0.86 | 0 | 0.33 | 0.09 | 156.6 | 0.82 | 0.52 |
| Hex | 21 | E9 | 9B | 56 | 0 | 21 | 9 | 9D | 52 | 34 |
| Octal | 41 | 351 | 233 | 126 | 0 | 41 | 11 | 235 | 122 | 64 |
| Binary | 100001 | 11101001 | 10011011 | 1010110 | 0 | 100001 | 1001 | 10011101 | 1010010 | 110100 |
Color Harmonies of #21E99B
Complementary color
Monochromatic Colors of #21E99B
Black with #21E99B
Text Example
Text Example
White with #21E99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E99B; }
p { color: rgb(33,233,155); }
H1.HeaderClassName
{
color: #21E99B;
}
.AnyTagClassName
{
color: #21E99B;
}
</style>
background-color css
<style>
a { background-color: #21E99B; }
a { background-color: rgb(33,233,155); }
div.DivClassName
{
background-color: #21E99B;
}
.BgClassName
{
background-color: #21E99B;
}
</style>
border-color css
<style>
span { border-color: #21E99B; }
span { border-color: rgb(33,233,155); }
td.TdClassName
{
border-color: #21E99B;
}
.TagClassName
{
border-color: #21E99B;
}
</style>