Shades of Shamrock #21D67F
Tints of Shamrock #21D67F
RGB
CMYK
RGB Variations
Color information
#21D67F (or 0x21D67F) is known color: Shamrock. HEX triplet: 21, D6 and 7F. RGB value is (33,214,127). Sum of RGB (Red+Green+Blue) = 33+214+127=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #21D67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D67F is #DE2980. Grayscale: #969696. Windows color (decimal): -14559617 or 8377889. OLE color: 8377889.
HSL color Cylindrical-coordinate representation of color #21D67F: hue angle of 151.16º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D67F is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 127 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.16 |
| HSL | 151.16º | 0.73% | 0.48% | - |
| HSV(B) | 151.16º | 0.85% | 0.84% | - |
| XYZ | 28.5 | 49.95 | 28.22 | - |
| YUV | 149.96 | 115.03 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 127 | 0.85 | 0 | 0.41 | 0.16 | 151.16 | 0.73 | 0.48 |
| Hex | 21 | D6 | 7F | 55 | 0 | 29 | 10 | 97 | 49 | 30 |
| Octal | 41 | 326 | 177 | 125 | 0 | 51 | 20 | 227 | 111 | 60 |
| Binary | 100001 | 11010110 | 1111111 | 1010101 | 0 | 101001 | 10000 | 10010111 | 1001001 | 110000 |
Color Harmonies of #21D67F
Complementary color
Monochromatic Colors of #21D67F
Black with #21D67F
Text Example
Text Example
White with #21D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D67F; }
p { color: rgb(33,214,127); }
H1.HeaderClassName
{
color: #21D67F;
}
.AnyTagClassName
{
color: #21D67F;
}
</style>
background-color css
<style>
a { background-color: #21D67F; }
a { background-color: rgb(33,214,127); }
div.DivClassName
{
background-color: #21D67F;
}
.BgClassName
{
background-color: #21D67F;
}
</style>
border-color css
<style>
span { border-color: #21D67F; }
span { border-color: rgb(33,214,127); }
td.TdClassName
{
border-color: #21D67F;
}
.TagClassName
{
border-color: #21D67F;
}
</style>