Shades of Shamrock #21D380
Tints of Shamrock #21D380
RGB
CMYK
RGB Variations
Color information
#21D380 (or 0x21D380) is known color: Shamrock. HEX triplet: 21, D3 and 80. RGB value is (33,211,128). Sum of RGB (Red+Green+Blue) = 33+211+128=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #21D380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D380 is #DE2C7F. Grayscale: #949494. Windows color (decimal): -14560384 or 8442657. OLE color: 8442657.
HSL color Cylindrical-coordinate representation of color #21D380: hue angle of 152.02º 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 #21D380 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 128 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.17 |
| HSL | 152.02º | 0.73% | 0.48% | - |
| HSV(B) | 152.02º | 0.84% | 0.83% | - |
| XYZ | 27.82 | 48.47 | 28.31 | - |
| YUV | 148.32 | 116.53 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 128 | 0.84 | 0 | 0.39 | 0.17 | 152.02 | 0.73 | 0.48 |
| Hex | 21 | D3 | 80 | 54 | 0 | 27 | 11 | 98 | 49 | 30 |
| Octal | 41 | 323 | 200 | 124 | 0 | 47 | 21 | 230 | 111 | 60 |
| Binary | 100001 | 11010011 | 10000000 | 1010100 | 0 | 100111 | 10001 | 10011000 | 1001001 | 110000 |
Color Harmonies of #21D380
Complementary color
Monochromatic Colors of #21D380
Black with #21D380
Text Example
Text Example
White with #21D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D380; }
p { color: rgb(33,211,128); }
H1.HeaderClassName
{
color: #21D380;
}
.AnyTagClassName
{
color: #21D380;
}
</style>
background-color css
<style>
a { background-color: #21D380; }
a { background-color: rgb(33,211,128); }
div.DivClassName
{
background-color: #21D380;
}
.BgClassName
{
background-color: #21D380;
}
</style>
border-color css
<style>
span { border-color: #21D380; }
span { border-color: rgb(33,211,128); }
td.TdClassName
{
border-color: #21D380;
}
.TagClassName
{
border-color: #21D380;
}
</style>