Shades of Shamrock #21D598
Tints of Shamrock #21D598
RGB
CMYK
RGB Variations
Color information
#21D598 (or 0x21D598) is known color: Shamrock. HEX triplet: 21, D5 and 98. RGB value is (33,213,152). Sum of RGB (Red+Green+Blue) = 33+213+152=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #21D598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D598 is #DE2A67. Grayscale: #989898. Windows color (decimal): -14559848 or 10016033. OLE color: 10016033.
HSL color Cylindrical-coordinate representation of color #21D598: hue angle of 159.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D598 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 152 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.16 |
| HSL | 159.67º | 0.73% | 0.48% | - |
| HSV(B) | 159.67º | 0.85% | 0.84% | - |
| XYZ | 30.09 | 50.18 | 37.81 | - |
| YUV | 152.23 | 127.87 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 152 | 0.85 | 0 | 0.29 | 0.16 | 159.67 | 0.73 | 0.48 |
| Hex | 21 | D5 | 98 | 55 | 0 | 1D | 10 | A0 | 49 | 30 |
| Octal | 41 | 325 | 230 | 125 | 0 | 35 | 20 | 240 | 111 | 60 |
| Binary | 100001 | 11010101 | 10011000 | 1010101 | 0 | 11101 | 10000 | 10100000 | 1001001 | 110000 |
Color Harmonies of #21D598
Complementary color
Monochromatic Colors of #21D598
Black with #21D598
Text Example
Text Example
White with #21D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D598; }
p { color: rgb(33,213,152); }
H1.HeaderClassName
{
color: #21D598;
}
.AnyTagClassName
{
color: #21D598;
}
</style>
background-color css
<style>
a { background-color: #21D598; }
a { background-color: rgb(33,213,152); }
div.DivClassName
{
background-color: #21D598;
}
.BgClassName
{
background-color: #21D598;
}
</style>
border-color css
<style>
span { border-color: #21D598; }
span { border-color: rgb(33,213,152); }
td.TdClassName
{
border-color: #21D598;
}
.TagClassName
{
border-color: #21D598;
}
</style>