Shades of Shamrock #21DE8B
Tints of Shamrock #21DE8B
RGB
CMYK
RGB Variations
Color information
#21DE8B (or 0x21DE8B) is known color: Shamrock. HEX triplet: 21, DE and 8B. RGB value is (33,222,139). Sum of RGB (Red+Green+Blue) = 33+222+139=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DE8B is #DE2174. Grayscale: #9C9C9C. Windows color (decimal): -14557557 or 9166369. OLE color: 9166369.
HSL color Cylindrical-coordinate representation of color #21DE8B: hue angle of 153.65º degrees, saturation: 0.74, 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 #21DE8B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 139 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.13 |
| HSL | 153.65º | 0.74% | 0.5% | - |
| HSV(B) | 153.65º | 0.85% | 0.87% | - |
| XYZ | 31.41 | 54.43 | 33.28 | - |
| YUV | 156.03 | 118.38 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 139 | 0.85 | 0 | 0.37 | 0.13 | 153.65 | 0.74 | 0.5 |
| Hex | 21 | DE | 8B | 55 | 0 | 25 | D | 9A | 4A | 32 |
| Octal | 41 | 336 | 213 | 125 | 0 | 45 | 15 | 232 | 112 | 62 |
| Binary | 100001 | 11011110 | 10001011 | 1010101 | 0 | 100101 | 1101 | 10011010 | 1001010 | 110010 |
Color Harmonies of #21DE8B
Complementary color
Monochromatic Colors of #21DE8B
Black with #21DE8B
Text Example
Text Example
White with #21DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE8B; }
p { color: rgb(33,222,139); }
H1.HeaderClassName
{
color: #21DE8B;
}
.AnyTagClassName
{
color: #21DE8B;
}
</style>
background-color css
<style>
a { background-color: #21DE8B; }
a { background-color: rgb(33,222,139); }
div.DivClassName
{
background-color: #21DE8B;
}
.BgClassName
{
background-color: #21DE8B;
}
</style>
border-color css
<style>
span { border-color: #21DE8B; }
span { border-color: rgb(33,222,139); }
td.TdClassName
{
border-color: #21DE8B;
}
.TagClassName
{
border-color: #21DE8B;
}
</style>