Shades of Shamrock #21D181
Tints of Shamrock #21D181
RGB
CMYK
RGB Variations
Color information
#21D181 (or 0x21D181) is known color: Shamrock. HEX triplet: 21, D1 and 81. RGB value is (33,209,129). Sum of RGB (Red+Green+Blue) = 33+209+129=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #21D181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D181 is #DE2E7E. Grayscale: #939393. Windows color (decimal): -14560895 or 8507681. OLE color: 8507681.
HSL color Cylindrical-coordinate representation of color #21D181: hue angle of 152.73º 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 #21D181 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 129 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.18 |
| HSL | 152.73º | 0.73% | 0.47% | - |
| HSV(B) | 152.73º | 0.84% | 0.82% | - |
| XYZ | 27.39 | 47.51 | 28.5 | - |
| YUV | 147.26 | 117.69 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 129 | 0.84 | 0 | 0.38 | 0.18 | 152.73 | 0.73 | 0.47 |
| Hex | 21 | D1 | 81 | 54 | 0 | 26 | 12 | 99 | 49 | 2F |
| Octal | 41 | 321 | 201 | 124 | 0 | 46 | 22 | 231 | 111 | 57 |
| Binary | 100001 | 11010001 | 10000001 | 1010100 | 0 | 100110 | 10010 | 10011001 | 1001001 | 101111 |
Color Harmonies of #21D181
Complementary color
Monochromatic Colors of #21D181
Black with #21D181
Text Example
Text Example
White with #21D181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D181; }
p { color: rgb(33,209,129); }
H1.HeaderClassName
{
color: #21D181;
}
.AnyTagClassName
{
color: #21D181;
}
</style>
background-color css
<style>
a { background-color: #21D181; }
a { background-color: rgb(33,209,129); }
div.DivClassName
{
background-color: #21D181;
}
.BgClassName
{
background-color: #21D181;
}
</style>
border-color css
<style>
span { border-color: #21D181; }
span { border-color: rgb(33,209,129); }
td.TdClassName
{
border-color: #21D181;
}
.TagClassName
{
border-color: #21D181;
}
</style>