Shades of Shamrock #21D486
Tints of Shamrock #21D486
RGB
CMYK
RGB Variations
Color information
#21D486 (or 0x21D486) is known color: Shamrock. HEX triplet: 21, D4 and 86. RGB value is (33,212,134). Sum of RGB (Red+Green+Blue) = 33+212+134=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #21D486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D486 is #DE2B79. Grayscale: #959595. Windows color (decimal): -14560122 or 8836129. OLE color: 8836129.
HSL color Cylindrical-coordinate representation of color #21D486: hue angle of 153.85º 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 #21D486 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 134 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.17 |
| HSL | 153.85º | 0.73% | 0.48% | - |
| HSV(B) | 153.85º | 0.84% | 0.83% | - |
| XYZ | 28.47 | 49.13 | 30.54 | - |
| YUV | 149.59 | 119.2 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 134 | 0.84 | 0 | 0.37 | 0.17 | 153.85 | 0.73 | 0.48 |
| Hex | 21 | D4 | 86 | 54 | 0 | 25 | 11 | 9A | 49 | 30 |
| Octal | 41 | 324 | 206 | 124 | 0 | 45 | 21 | 232 | 111 | 60 |
| Binary | 100001 | 11010100 | 10000110 | 1010100 | 0 | 100101 | 10001 | 10011010 | 1001001 | 110000 |
Color Harmonies of #21D486
Complementary color
Monochromatic Colors of #21D486
Black with #21D486
Text Example
Text Example
White with #21D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D486; }
p { color: rgb(33,212,134); }
H1.HeaderClassName
{
color: #21D486;
}
.AnyTagClassName
{
color: #21D486;
}
</style>
background-color css
<style>
a { background-color: #21D486; }
a { background-color: rgb(33,212,134); }
div.DivClassName
{
background-color: #21D486;
}
.BgClassName
{
background-color: #21D486;
}
</style>
border-color css
<style>
span { border-color: #21D486; }
span { border-color: rgb(33,212,134); }
td.TdClassName
{
border-color: #21D486;
}
.TagClassName
{
border-color: #21D486;
}
</style>