Shades of Shamrock #21D395
Tints of Shamrock #21D395
RGB
CMYK
RGB Variations
Color information
#21D395 (or 0x21D395) is known color: Shamrock. HEX triplet: 21, D3 and 95. RGB value is (33,211,149). Sum of RGB (Red+Green+Blue) = 33+211+149=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #21D395 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D395 is #DE2C6A. Grayscale: #969696. Windows color (decimal): -14560363 or 9818913. OLE color: 9818913.
HSL color Cylindrical-coordinate representation of color #21D395: hue angle of 159.1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D395 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 149 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.17 |
| HSL | 159.1º | 0.73% | 0.48% | - |
| HSV(B) | 159.1º | 0.84% | 0.83% | - |
| XYZ | 29.35 | 49.08 | 36.36 | - |
| YUV | 150.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 149 | 0.84 | 0 | 0.29 | 0.17 | 159.1 | 0.73 | 0.48 |
| Hex | 21 | D3 | 95 | 54 | 0 | 1D | 11 | 9F | 49 | 30 |
| Octal | 41 | 323 | 225 | 124 | 0 | 35 | 21 | 237 | 111 | 60 |
| Binary | 100001 | 11010011 | 10010101 | 1010100 | 0 | 11101 | 10001 | 10011111 | 1001001 | 110000 |
Color Harmonies of #21D395
Complementary color
Monochromatic Colors of #21D395
Black with #21D395
Text Example
Text Example
White with #21D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D395; }
p { color: rgb(33,211,149); }
H1.HeaderClassName
{
color: #21D395;
}
.AnyTagClassName
{
color: #21D395;
}
</style>
background-color css
<style>
a { background-color: #21D395; }
a { background-color: rgb(33,211,149); }
div.DivClassName
{
background-color: #21D395;
}
.BgClassName
{
background-color: #21D395;
}
</style>
border-color css
<style>
span { border-color: #21D395; }
span { border-color: rgb(33,211,149); }
td.TdClassName
{
border-color: #21D395;
}
.TagClassName
{
border-color: #21D395;
}
</style>