Shades of Shamrock #21E485
Tints of Shamrock #21E485
RGB
CMYK
RGB Variations
Color information
#21E485 (or 0x21E485) is known color: Shamrock. HEX triplet: 21, E4 and 85. RGB value is (33,228,133). Sum of RGB (Red+Green+Blue) = 33+228+133=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 228 (89.45% from 255 or 57.87% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 228 - color contains mainly: green. Hex color #21E485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E485 is #DE1B7A. Grayscale: #9F9F9F. Windows color (decimal): -14556027 or 8774689. OLE color: 8774689.
HSL color Cylindrical-coordinate representation of color #21E485: hue angle of 150.77º 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 #21E485 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 133 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.11 |
| HSL | 150.77º | 0.78% | 0.51% | - |
| HSV(B) | 150.77º | 0.86% | 0.89% | - |
| XYZ | 32.6 | 57.5 | 31.57 | - |
| YUV | 158.87 | 113.4 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 133 | 0.86 | 0 | 0.42 | 0.11 | 150.77 | 0.78 | 0.51 |
| Hex | 21 | E4 | 85 | 56 | 0 | 2A | B | 97 | 4E | 33 |
| Octal | 41 | 344 | 205 | 126 | 0 | 52 | 13 | 227 | 116 | 63 |
| Binary | 100001 | 11100100 | 10000101 | 1010110 | 0 | 101010 | 1011 | 10010111 | 1001110 | 110011 |
Color Harmonies of #21E485
Complementary color
Monochromatic Colors of #21E485
Black with #21E485
Text Example
Text Example
White with #21E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E485; }
p { color: rgb(33,228,133); }
H1.HeaderClassName
{
color: #21E485;
}
.AnyTagClassName
{
color: #21E485;
}
</style>
background-color css
<style>
a { background-color: #21E485; }
a { background-color: rgb(33,228,133); }
div.DivClassName
{
background-color: #21E485;
}
.BgClassName
{
background-color: #21E485;
}
</style>
border-color css
<style>
span { border-color: #21E485; }
span { border-color: rgb(33,228,133); }
td.TdClassName
{
border-color: #21E485;
}
.TagClassName
{
border-color: #21E485;
}
</style>