Shades of Shamrock #21E98C
Tints of Shamrock #21E98C
RGB
CMYK
RGB Variations
Color information
#21E98C (or 0x21E98C) is known color: Shamrock. HEX triplet: 21, E9 and 8C. RGB value is (33,233,140). Sum of RGB (Red+Green+Blue) = 33+233+140=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 233 (91.41% from 255 or 57.39% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 233 - color contains mainly: green. Hex color #21E98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E98C is #DE1673. Grayscale: #A2A2A2. Windows color (decimal): -14554740 or 9234721. OLE color: 9234721.
HSL color Cylindrical-coordinate representation of color #21E98C: hue angle of 152.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E98C is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 140 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.09 |
| HSL | 152.1º | 0.82% | 0.52% | - |
| HSV(B) | 152.1º | 0.86% | 0.91% | - |
| XYZ | 34.5 | 60.49 | 34.67 | - |
| YUV | 162.6 | 115.24 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 140 | 0.86 | 0 | 0.40 | 0.09 | 152.1 | 0.82 | 0.52 |
| Hex | 21 | E9 | 8C | 56 | 0 | 28 | 9 | 98 | 52 | 34 |
| Octal | 41 | 351 | 214 | 126 | 0 | 50 | 11 | 230 | 122 | 64 |
| Binary | 100001 | 11101001 | 10001100 | 1010110 | 0 | 101000 | 1001 | 10011000 | 1010010 | 110100 |
Color Harmonies of #21E98C
Complementary color
Monochromatic Colors of #21E98C
Black with #21E98C
Text Example
Text Example
White with #21E98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E98C; }
p { color: rgb(33,233,140); }
H1.HeaderClassName
{
color: #21E98C;
}
.AnyTagClassName
{
color: #21E98C;
}
</style>
background-color css
<style>
a { background-color: #21E98C; }
a { background-color: rgb(33,233,140); }
div.DivClassName
{
background-color: #21E98C;
}
.BgClassName
{
background-color: #21E98C;
}
</style>
border-color css
<style>
span { border-color: #21E98C; }
span { border-color: rgb(33,233,140); }
td.TdClassName
{
border-color: #21E98C;
}
.TagClassName
{
border-color: #21E98C;
}
</style>