Shades of Shamrock #21D39D
Tints of Shamrock #21D39D
RGB
CMYK
RGB Variations
Color information
#21D39D (or 0x21D39D) is known color: Shamrock. HEX triplet: 21, D3 and 9D. RGB value is (33,211,157). Sum of RGB (Red+Green+Blue) = 33+211+157=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #21D39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D39D is #DE2C62. Grayscale: #979797. Windows color (decimal): -14560355 or 10343201. OLE color: 10343201.
HSL color Cylindrical-coordinate representation of color #21D39D: hue angle of 161.8º 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 #21D39D is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 157 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.17 |
| HSL | 161.8º | 0.73% | 0.48% | - |
| HSV(B) | 161.8º | 0.84% | 0.83% | - |
| XYZ | 30.01 | 49.35 | 39.84 | - |
| YUV | 151.62 | 131.03 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 157 | 0.84 | 0 | 0.26 | 0.17 | 161.8 | 0.73 | 0.48 |
| Hex | 21 | D3 | 9D | 54 | 0 | 1A | 11 | A2 | 49 | 30 |
| Octal | 41 | 323 | 235 | 124 | 0 | 32 | 21 | 242 | 111 | 60 |
| Binary | 100001 | 11010011 | 10011101 | 1010100 | 0 | 11010 | 10001 | 10100010 | 1001001 | 110000 |
Color Harmonies of #21D39D
Complementary color
Monochromatic Colors of #21D39D
Black with #21D39D
Text Example
Text Example
White with #21D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D39D; }
p { color: rgb(33,211,157); }
H1.HeaderClassName
{
color: #21D39D;
}
.AnyTagClassName
{
color: #21D39D;
}
</style>
background-color css
<style>
a { background-color: #21D39D; }
a { background-color: rgb(33,211,157); }
div.DivClassName
{
background-color: #21D39D;
}
.BgClassName
{
background-color: #21D39D;
}
</style>
border-color css
<style>
span { border-color: #21D39D; }
span { border-color: rgb(33,211,157); }
td.TdClassName
{
border-color: #21D39D;
}
.TagClassName
{
border-color: #21D39D;
}
</style>