Shades of Shamrock #21D784
Tints of Shamrock #21D784
RGB
CMYK
RGB Variations
Color information
#21D784 (or 0x21D784) is known color: Shamrock. HEX triplet: 21, D7 and 84. RGB value is (33,215,132). Sum of RGB (Red+Green+Blue) = 33+215+132=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #21D784 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D784 is #DE287B. Grayscale: #979797. Windows color (decimal): -14559356 or 8705825. OLE color: 8705825.
HSL color Cylindrical-coordinate representation of color #21D784: hue angle of 152.64º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D784 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 132 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.16 |
| HSL | 152.64º | 0.73% | 0.49% | - |
| HSV(B) | 152.64º | 0.85% | 0.84% | - |
| XYZ | 29.09 | 50.59 | 30.06 | - |
| YUV | 151.12 | 117.2 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 132 | 0.85 | 0 | 0.39 | 0.16 | 152.64 | 0.73 | 0.49 |
| Hex | 21 | D7 | 84 | 55 | 0 | 27 | 10 | 99 | 49 | 31 |
| Octal | 41 | 327 | 204 | 125 | 0 | 47 | 20 | 231 | 111 | 61 |
| Binary | 100001 | 11010111 | 10000100 | 1010101 | 0 | 100111 | 10000 | 10011001 | 1001001 | 110001 |
Color Harmonies of #21D784
Complementary color
Monochromatic Colors of #21D784
Black with #21D784
Text Example
Text Example
White with #21D784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D784; }
p { color: rgb(33,215,132); }
H1.HeaderClassName
{
color: #21D784;
}
.AnyTagClassName
{
color: #21D784;
}
</style>
background-color css
<style>
a { background-color: #21D784; }
a { background-color: rgb(33,215,132); }
div.DivClassName
{
background-color: #21D784;
}
.BgClassName
{
background-color: #21D784;
}
</style>
border-color css
<style>
span { border-color: #21D784; }
span { border-color: rgb(33,215,132); }
td.TdClassName
{
border-color: #21D784;
}
.TagClassName
{
border-color: #21D784;
}
</style>