Shades of Shamrock #21E486
Tints of Shamrock #21E486
RGB
CMYK
RGB Variations
Color information
#21E486 (or 0x21E486) is known color: Shamrock. HEX triplet: 21, E4 and 86. RGB value is (33,228,134). Sum of RGB (Red+Green+Blue) = 33+228+134=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #21E486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E486 is #DE1B79. Grayscale: #9F9F9F. Windows color (decimal): -14556026 or 8840225. OLE color: 8840225.
HSL color Cylindrical-coordinate representation of color #21E486: hue angle of 151.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E486 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 134 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.11 |
| HSL | 151.08º | 0.78% | 0.51% | - |
| HSV(B) | 151.08º | 0.86% | 0.89% | - |
| XYZ | 32.67 | 57.53 | 31.94 | - |
| YUV | 158.98 | 113.9 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 134 | 0.86 | 0 | 0.41 | 0.11 | 151.08 | 0.78 | 0.51 |
| Hex | 21 | E4 | 86 | 56 | 0 | 29 | B | 97 | 4E | 33 |
| Octal | 41 | 344 | 206 | 126 | 0 | 51 | 13 | 227 | 116 | 63 |
| Binary | 100001 | 11100100 | 10000110 | 1010110 | 0 | 101001 | 1011 | 10010111 | 1001110 | 110011 |
Color Harmonies of #21E486
Complementary color
Monochromatic Colors of #21E486
Black with #21E486
Text Example
Text Example
White with #21E486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E486; }
p { color: rgb(33,228,134); }
H1.HeaderClassName
{
color: #21E486;
}
.AnyTagClassName
{
color: #21E486;
}
</style>
background-color css
<style>
a { background-color: #21E486; }
a { background-color: rgb(33,228,134); }
div.DivClassName
{
background-color: #21E486;
}
.BgClassName
{
background-color: #21E486;
}
</style>
border-color css
<style>
span { border-color: #21E486; }
span { border-color: rgb(33,228,134); }
td.TdClassName
{
border-color: #21E486;
}
.TagClassName
{
border-color: #21E486;
}
</style>