Shades of Shamrock #21D298
Tints of Shamrock #21D298
RGB
CMYK
RGB Variations
Color information
#21D298 (or 0x21D298) is known color: Shamrock. HEX triplet: 21, D2 and 98. RGB value is (33,210,152). Sum of RGB (Red+Green+Blue) = 33+210+152=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #21D298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D298 is #DE2D67. Grayscale: #969696. Windows color (decimal): -14560616 or 10015265. OLE color: 10015265.
HSL color Cylindrical-coordinate representation of color #21D298: hue angle of 160.34º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D298 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 152 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.18 |
| HSL | 160.34º | 0.73% | 0.48% | - |
| HSV(B) | 160.34º | 0.84% | 0.82% | - |
| XYZ | 29.34 | 48.68 | 37.56 | - |
| YUV | 150.47 | 128.86 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 152 | 0.84 | 0 | 0.28 | 0.18 | 160.34 | 0.73 | 0.48 |
| Hex | 21 | D2 | 98 | 54 | 0 | 1C | 12 | A0 | 49 | 30 |
| Octal | 41 | 322 | 230 | 124 | 0 | 34 | 22 | 240 | 111 | 60 |
| Binary | 100001 | 11010010 | 10011000 | 1010100 | 0 | 11100 | 10010 | 10100000 | 1001001 | 110000 |
Color Harmonies of #21D298
Complementary color
Monochromatic Colors of #21D298
Black with #21D298
Text Example
Text Example
White with #21D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D298; }
p { color: rgb(33,210,152); }
H1.HeaderClassName
{
color: #21D298;
}
.AnyTagClassName
{
color: #21D298;
}
</style>
background-color css
<style>
a { background-color: #21D298; }
a { background-color: rgb(33,210,152); }
div.DivClassName
{
background-color: #21D298;
}
.BgClassName
{
background-color: #21D298;
}
</style>
border-color css
<style>
span { border-color: #21D298; }
span { border-color: rgb(33,210,152); }
td.TdClassName
{
border-color: #21D298;
}
.TagClassName
{
border-color: #21D298;
}
</style>