Shades of Shamrock #21E39B
Tints of Shamrock #21E39B
RGB
CMYK
RGB Variations
Color information
#21E39B (or 0x21E39B) is known color: Shamrock. HEX triplet: 21, E3 and 9B. RGB value is (33,227,155). Sum of RGB (Red+Green+Blue) = 33+227+155=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #21E39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E39B is #DE1C64. Grayscale: #A0A0A0. Windows color (decimal): -14556261 or 10216225. OLE color: 10216225.
HSL color Cylindrical-coordinate representation of color #21E39B: hue angle of 157.73º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E39B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 155 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.11 |
| HSL | 157.73º | 0.78% | 0.51% | - |
| HSV(B) | 157.73º | 0.85% | 0.89% | - |
| XYZ | 34.01 | 57.63 | 40.34 | - |
| YUV | 160.79 | 124.73 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 155 | 0.85 | 0 | 0.32 | 0.11 | 157.73 | 0.78 | 0.51 |
| Hex | 21 | E3 | 9B | 55 | 0 | 20 | B | 9E | 4E | 33 |
| Octal | 41 | 343 | 233 | 125 | 0 | 40 | 13 | 236 | 116 | 63 |
| Binary | 100001 | 11100011 | 10011011 | 1010101 | 0 | 100000 | 1011 | 10011110 | 1001110 | 110011 |
Color Harmonies of #21E39B
Complementary color
Monochromatic Colors of #21E39B
Black with #21E39B
Text Example
Text Example
White with #21E39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E39B; }
p { color: rgb(33,227,155); }
H1.HeaderClassName
{
color: #21E39B;
}
.AnyTagClassName
{
color: #21E39B;
}
</style>
background-color css
<style>
a { background-color: #21E39B; }
a { background-color: rgb(33,227,155); }
div.DivClassName
{
background-color: #21E39B;
}
.BgClassName
{
background-color: #21E39B;
}
</style>
border-color css
<style>
span { border-color: #21E39B; }
span { border-color: rgb(33,227,155); }
td.TdClassName
{
border-color: #21E39B;
}
.TagClassName
{
border-color: #21E39B;
}
</style>