Shades of Shamrock #21D097
Tints of Shamrock #21D097
RGB
CMYK
RGB Variations
Color information
#21D097 (or 0x21D097) is known color: Shamrock. HEX triplet: 21, D0 and 97. RGB value is (33,208,151). Sum of RGB (Red+Green+Blue) = 33+208+151=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #21D097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D097 is #DE2F68. Grayscale: #959595. Windows color (decimal): -14561129 or 9949217. OLE color: 9949217.
HSL color Cylindrical-coordinate representation of color #21D097: hue angle of 160.46º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D097 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 151 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.18 |
| HSL | 160.46º | 0.73% | 0.47% | - |
| HSV(B) | 160.46º | 0.84% | 0.82% | - |
| XYZ | 28.77 | 47.67 | 36.96 | - |
| YUV | 149.18 | 129.02 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 151 | 0.84 | 0 | 0.27 | 0.18 | 160.46 | 0.73 | 0.47 |
| Hex | 21 | D0 | 97 | 54 | 0 | 1B | 12 | A0 | 49 | 2F |
| Octal | 41 | 320 | 227 | 124 | 0 | 33 | 22 | 240 | 111 | 57 |
| Binary | 100001 | 11010000 | 10010111 | 1010100 | 0 | 11011 | 10010 | 10100000 | 1001001 | 101111 |
Color Harmonies of #21D097
Complementary color
Monochromatic Colors of #21D097
Black with #21D097
Text Example
Text Example
White with #21D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D097; }
p { color: rgb(33,208,151); }
H1.HeaderClassName
{
color: #21D097;
}
.AnyTagClassName
{
color: #21D097;
}
</style>
background-color css
<style>
a { background-color: #21D097; }
a { background-color: rgb(33,208,151); }
div.DivClassName
{
background-color: #21D097;
}
.BgClassName
{
background-color: #21D097;
}
</style>
border-color css
<style>
span { border-color: #21D097; }
span { border-color: rgb(33,208,151); }
td.TdClassName
{
border-color: #21D097;
}
.TagClassName
{
border-color: #21D097;
}
</style>