Shades of Shamrock #21D27F
Tints of Shamrock #21D27F
RGB
CMYK
RGB Variations
Color information
#21D27F (or 0x21D27F) is known color: Shamrock. HEX triplet: 21, D2 and 7F. RGB value is (33,210,127). Sum of RGB (Red+Green+Blue) = 33+210+127=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #21D27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D27F is #DE2D80. Grayscale: #939393. Windows color (decimal): -14560641 or 8376865. OLE color: 8376865.
HSL color Cylindrical-coordinate representation of color #21D27F: hue angle of 151.86º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D27F is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 127 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.18 |
| HSL | 151.86º | 0.73% | 0.48% | - |
| HSV(B) | 151.86º | 0.84% | 0.82% | - |
| XYZ | 27.5 | 47.95 | 27.88 | - |
| YUV | 147.62 | 116.36 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 127 | 0.84 | 0 | 0.40 | 0.18 | 151.86 | 0.73 | 0.48 |
| Hex | 21 | D2 | 7F | 54 | 0 | 28 | 12 | 98 | 49 | 30 |
| Octal | 41 | 322 | 177 | 124 | 0 | 50 | 22 | 230 | 111 | 60 |
| Binary | 100001 | 11010010 | 1111111 | 1010100 | 0 | 101000 | 10010 | 10011000 | 1001001 | 110000 |
Color Harmonies of #21D27F
Complementary color
Monochromatic Colors of #21D27F
Black with #21D27F
Text Example
Text Example
White with #21D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D27F; }
p { color: rgb(33,210,127); }
H1.HeaderClassName
{
color: #21D27F;
}
.AnyTagClassName
{
color: #21D27F;
}
</style>
background-color css
<style>
a { background-color: #21D27F; }
a { background-color: rgb(33,210,127); }
div.DivClassName
{
background-color: #21D27F;
}
.BgClassName
{
background-color: #21D27F;
}
</style>
border-color css
<style>
span { border-color: #21D27F; }
span { border-color: rgb(33,210,127); }
td.TdClassName
{
border-color: #21D27F;
}
.TagClassName
{
border-color: #21D27F;
}
</style>