Shades of Shamrock #21D385
Tints of Shamrock #21D385
RGB
CMYK
RGB Variations
Color information
#21D385 (or 0x21D385) is known color: Shamrock. HEX triplet: 21, D3 and 85. RGB value is (33,211,133). Sum of RGB (Red+Green+Blue) = 33+211+133=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #21D385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D385 is #DE2C7A. Grayscale: #959595. Windows color (decimal): -14560379 or 8770337. OLE color: 8770337.
HSL color Cylindrical-coordinate representation of color #21D385: hue angle of 153.71º 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 #21D385 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 133 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.17 |
| HSL | 153.71º | 0.73% | 0.48% | - |
| HSV(B) | 153.71º | 0.84% | 0.83% | - |
| XYZ | 28.16 | 48.61 | 30.09 | - |
| YUV | 148.89 | 119.03 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 133 | 0.84 | 0 | 0.37 | 0.17 | 153.71 | 0.73 | 0.48 |
| Hex | 21 | D3 | 85 | 54 | 0 | 25 | 11 | 9A | 49 | 30 |
| Octal | 41 | 323 | 205 | 124 | 0 | 45 | 21 | 232 | 111 | 60 |
| Binary | 100001 | 11010011 | 10000101 | 1010100 | 0 | 100101 | 10001 | 10011010 | 1001001 | 110000 |
Color Harmonies of #21D385
Complementary color
Monochromatic Colors of #21D385
Black with #21D385
Text Example
Text Example
White with #21D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D385; }
p { color: rgb(33,211,133); }
H1.HeaderClassName
{
color: #21D385;
}
.AnyTagClassName
{
color: #21D385;
}
</style>
background-color css
<style>
a { background-color: #21D385; }
a { background-color: rgb(33,211,133); }
div.DivClassName
{
background-color: #21D385;
}
.BgClassName
{
background-color: #21D385;
}
</style>
border-color css
<style>
span { border-color: #21D385; }
span { border-color: rgb(33,211,133); }
td.TdClassName
{
border-color: #21D385;
}
.TagClassName
{
border-color: #21D385;
}
</style>