Shades of Shamrock #21E088
Tints of Shamrock #21E088
RGB
CMYK
RGB Variations
Color information
#21E088 (or 0x21E088) is known color: Shamrock. HEX triplet: 21, E0 and 88. RGB value is (33,224,136). Sum of RGB (Red+Green+Blue) = 33+224+136=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 224 (87.89% from 255 or 57.00% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 224 - color contains mainly: green. Hex color #21E088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E088 is #DE1F77. Grayscale: #9D9D9D. Windows color (decimal): -14557048 or 8970273. OLE color: 8970273.
HSL color Cylindrical-coordinate representation of color #21E088: hue angle of 152.36º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E088 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 136 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.12 |
| HSL | 152.36º | 0.75% | 0.5% | - |
| HSV(B) | 152.36º | 0.85% | 0.88% | - |
| XYZ | 31.73 | 55.41 | 32.32 | - |
| YUV | 156.86 | 116.22 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 136 | 0.85 | 0 | 0.39 | 0.12 | 152.36 | 0.75 | 0.5 |
| Hex | 21 | E0 | 88 | 55 | 0 | 27 | C | 98 | 4B | 32 |
| Octal | 41 | 340 | 210 | 125 | 0 | 47 | 14 | 230 | 113 | 62 |
| Binary | 100001 | 11100000 | 10001000 | 1010101 | 0 | 100111 | 1100 | 10011000 | 1001011 | 110010 |
Color Harmonies of #21E088
Complementary color
Monochromatic Colors of #21E088
Black with #21E088
Text Example
Text Example
White with #21E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E088; }
p { color: rgb(33,224,136); }
H1.HeaderClassName
{
color: #21E088;
}
.AnyTagClassName
{
color: #21E088;
}
</style>
background-color css
<style>
a { background-color: #21E088; }
a { background-color: rgb(33,224,136); }
div.DivClassName
{
background-color: #21E088;
}
.BgClassName
{
background-color: #21E088;
}
</style>
border-color css
<style>
span { border-color: #21E088; }
span { border-color: rgb(33,224,136); }
td.TdClassName
{
border-color: #21E088;
}
.TagClassName
{
border-color: #21E088;
}
</style>