Shades of Shamrock #21CE88
Tints of Shamrock #21CE88
RGB
CMYK
RGB Variations
Color information
#21CE88 (or 0x21CE88) is known color: Shamrock. HEX triplet: 21, CE and 88. RGB value is (33,206,136). Sum of RGB (Red+Green+Blue) = 33+206+136=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CE88 is #DE3177. Grayscale: #929292. Windows color (decimal): -14561656 or 8965665. OLE color: 8965665.
HSL color Cylindrical-coordinate representation of color #21CE88: hue angle of 155.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE88 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 136 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.19 |
| HSL | 155.72º | 0.72% | 0.47% | - |
| HSV(B) | 155.72º | 0.84% | 0.81% | - |
| XYZ | 27.14 | 46.24 | 30.79 | - |
| YUV | 146.29 | 122.19 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 136 | 0.84 | 0 | 0.34 | 0.19 | 155.72 | 0.72 | 0.47 |
| Hex | 21 | CE | 88 | 54 | 0 | 22 | 13 | 9C | 48 | 2F |
| Octal | 41 | 316 | 210 | 124 | 0 | 42 | 23 | 234 | 110 | 57 |
| Binary | 100001 | 11001110 | 10001000 | 1010100 | 0 | 100010 | 10011 | 10011100 | 1001000 | 101111 |
Color Harmonies of #21CE88
Complementary color
Monochromatic Colors of #21CE88
Black with #21CE88
Text Example
Text Example
White with #21CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE88; }
p { color: rgb(33,206,136); }
H1.HeaderClassName
{
color: #21CE88;
}
.AnyTagClassName
{
color: #21CE88;
}
</style>
background-color css
<style>
a { background-color: #21CE88; }
a { background-color: rgb(33,206,136); }
div.DivClassName
{
background-color: #21CE88;
}
.BgClassName
{
background-color: #21CE88;
}
</style>
border-color css
<style>
span { border-color: #21CE88; }
span { border-color: rgb(33,206,136); }
td.TdClassName
{
border-color: #21CE88;
}
.TagClassName
{
border-color: #21CE88;
}
</style>