Shades of Shamrock #21E084
Tints of Shamrock #21E084
RGB
CMYK
RGB Variations
Color information
#21E084 (or 0x21E084) is known color: Shamrock. HEX triplet: 21, E0 and 84. RGB value is (33,224,132). Sum of RGB (Red+Green+Blue) = 33+224+132=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #21E084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E084 is #DE1F7B. Grayscale: #9C9C9C. Windows color (decimal): -14557052 or 8708129. OLE color: 8708129.
HSL color Cylindrical-coordinate representation of color #21E084: hue angle of 151.1º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E084 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 132 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.12 |
| HSL | 151.1º | 0.75% | 0.5% | - |
| HSV(B) | 151.1º | 0.85% | 0.88% | - |
| XYZ | 31.45 | 55.3 | 30.85 | - |
| YUV | 156.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 132 | 0.85 | 0 | 0.41 | 0.12 | 151.1 | 0.75 | 0.5 |
| Hex | 21 | E0 | 84 | 55 | 0 | 29 | C | 97 | 4B | 32 |
| Octal | 41 | 340 | 204 | 125 | 0 | 51 | 14 | 227 | 113 | 62 |
| Binary | 100001 | 11100000 | 10000100 | 1010101 | 0 | 101001 | 1100 | 10010111 | 1001011 | 110010 |
Color Harmonies of #21E084
Complementary color
Monochromatic Colors of #21E084
Black with #21E084
Text Example
Text Example
White with #21E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E084; }
p { color: rgb(33,224,132); }
H1.HeaderClassName
{
color: #21E084;
}
.AnyTagClassName
{
color: #21E084;
}
</style>
background-color css
<style>
a { background-color: #21E084; }
a { background-color: rgb(33,224,132); }
div.DivClassName
{
background-color: #21E084;
}
.BgClassName
{
background-color: #21E084;
}
</style>
border-color css
<style>
span { border-color: #21E084; }
span { border-color: rgb(33,224,132); }
td.TdClassName
{
border-color: #21E084;
}
.TagClassName
{
border-color: #21E084;
}
</style>