Shades of Shamrock #21DF7F
Tints of Shamrock #21DF7F
RGB
CMYK
RGB Variations
Color information
#21DF7F (or 0x21DF7F) is known color: Shamrock. HEX triplet: 21, DF and 7F. RGB value is (33,223,127). Sum of RGB (Red+Green+Blue) = 33+223+127=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF7F is #DE2080. Grayscale: #9B9B9B. Windows color (decimal): -14557313 or 8380193. OLE color: 8380193.
HSL color Cylindrical-coordinate representation of color #21DF7F: hue angle of 149.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DF7F is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 127 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.13 |
| HSL | 149.68º | 0.75% | 0.5% | - |
| HSV(B) | 149.68º | 0.85% | 0.87% | - |
| XYZ | 30.85 | 54.63 | 29 | - |
| YUV | 155.25 | 112.05 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 127 | 0.85 | 0 | 0.43 | 0.13 | 149.68 | 0.75 | 0.5 |
| Hex | 21 | DF | 7F | 55 | 0 | 2B | D | 96 | 4B | 32 |
| Octal | 41 | 337 | 177 | 125 | 0 | 53 | 15 | 226 | 113 | 62 |
| Binary | 100001 | 11011111 | 1111111 | 1010101 | 0 | 101011 | 1101 | 10010110 | 1001011 | 110010 |
Color Harmonies of #21DF7F
Complementary color
Monochromatic Colors of #21DF7F
Black with #21DF7F
Text Example
Text Example
White with #21DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF7F; }
p { color: rgb(33,223,127); }
H1.HeaderClassName
{
color: #21DF7F;
}
.AnyTagClassName
{
color: #21DF7F;
}
</style>
background-color css
<style>
a { background-color: #21DF7F; }
a { background-color: rgb(33,223,127); }
div.DivClassName
{
background-color: #21DF7F;
}
.BgClassName
{
background-color: #21DF7F;
}
</style>
border-color css
<style>
span { border-color: #21DF7F; }
span { border-color: rgb(33,223,127); }
td.TdClassName
{
border-color: #21DF7F;
}
.TagClassName
{
border-color: #21DF7F;
}
</style>