Shades of Shamrock #21CE84
Tints of Shamrock #21CE84
RGB
CMYK
RGB Variations
Color information
#21CE84 (or 0x21CE84) is known color: Shamrock. HEX triplet: 21, CE and 84. RGB value is (33,206,132). Sum of RGB (Red+Green+Blue) = 33+206+132=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CE84 is #DE317B. Grayscale: #919191. Windows color (decimal): -14561660 or 8703521. OLE color: 8703521.
HSL color Cylindrical-coordinate representation of color #21CE84: hue angle of 154.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE84 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 132 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.19 |
| HSL | 154.34º | 0.72% | 0.47% | - |
| HSV(B) | 154.34º | 0.84% | 0.81% | - |
| XYZ | 26.86 | 46.13 | 29.32 | - |
| YUV | 145.84 | 120.19 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 132 | 0.84 | 0 | 0.36 | 0.19 | 154.34 | 0.72 | 0.47 |
| Hex | 21 | CE | 84 | 54 | 0 | 24 | 13 | 9A | 48 | 2F |
| Octal | 41 | 316 | 204 | 124 | 0 | 44 | 23 | 232 | 110 | 57 |
| Binary | 100001 | 11001110 | 10000100 | 1010100 | 0 | 100100 | 10011 | 10011010 | 1001000 | 101111 |
Color Harmonies of #21CE84
Complementary color
Monochromatic Colors of #21CE84
Black with #21CE84
Text Example
Text Example
White with #21CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE84; }
p { color: rgb(33,206,132); }
H1.HeaderClassName
{
color: #21CE84;
}
.AnyTagClassName
{
color: #21CE84;
}
</style>
background-color css
<style>
a { background-color: #21CE84; }
a { background-color: rgb(33,206,132); }
div.DivClassName
{
background-color: #21CE84;
}
.BgClassName
{
background-color: #21CE84;
}
</style>
border-color css
<style>
span { border-color: #21CE84; }
span { border-color: rgb(33,206,132); }
td.TdClassName
{
border-color: #21CE84;
}
.TagClassName
{
border-color: #21CE84;
}
</style>