Shades of Shamrock #21D798
Tints of Shamrock #21D798
RGB
CMYK
RGB Variations
Color information
#21D798 (or 0x21D798) is known color: Shamrock. HEX triplet: 21, D7 and 98. RGB value is (33,215,152). Sum of RGB (Red+Green+Blue) = 33+215+152=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #21D798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D798 is #DE2867. Grayscale: #999999. Windows color (decimal): -14559336 or 10016545. OLE color: 10016545.
HSL color Cylindrical-coordinate representation of color #21D798: hue angle of 159.23º 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 #21D798 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 152 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.16 |
| HSL | 159.23º | 0.73% | 0.49% | - |
| HSV(B) | 159.23º | 0.85% | 0.84% | - |
| XYZ | 30.6 | 51.19 | 37.97 | - |
| YUV | 153.4 | 127.2 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 152 | 0.85 | 0 | 0.29 | 0.16 | 159.23 | 0.73 | 0.49 |
| Hex | 21 | D7 | 98 | 55 | 0 | 1D | 10 | 9F | 49 | 31 |
| Octal | 41 | 327 | 230 | 125 | 0 | 35 | 20 | 237 | 111 | 61 |
| Binary | 100001 | 11010111 | 10011000 | 1010101 | 0 | 11101 | 10000 | 10011111 | 1001001 | 110001 |
Color Harmonies of #21D798
Complementary color
Monochromatic Colors of #21D798
Black with #21D798
Text Example
Text Example
White with #21D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D798; }
p { color: rgb(33,215,152); }
H1.HeaderClassName
{
color: #21D798;
}
.AnyTagClassName
{
color: #21D798;
}
</style>
background-color css
<style>
a { background-color: #21D798; }
a { background-color: rgb(33,215,152); }
div.DivClassName
{
background-color: #21D798;
}
.BgClassName
{
background-color: #21D798;
}
</style>
border-color css
<style>
span { border-color: #21D798; }
span { border-color: rgb(33,215,152); }
td.TdClassName
{
border-color: #21D798;
}
.TagClassName
{
border-color: #21D798;
}
</style>