Shades of Shamrock #21CF90
Tints of Shamrock #21CF90
RGB
CMYK
RGB Variations
Color information
#21CF90 (or 0x21CF90) is known color: Shamrock. HEX triplet: 21, CF and 90. RGB value is (33,207,144). Sum of RGB (Red+Green+Blue) = 33+207+144=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CF90 is #DE306F. Grayscale: #939393. Windows color (decimal): -14561392 or 9490209. OLE color: 9490209.
HSL color Cylindrical-coordinate representation of color #21CF90: hue angle of 158.28º degrees, saturation: 0.73, 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 #21CF90 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 144 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.19 |
| HSL | 158.28º | 0.73% | 0.47% | - |
| HSV(B) | 158.28º | 0.84% | 0.81% | - |
| XYZ | 27.97 | 46.96 | 33.98 | - |
| YUV | 147.79 | 125.85 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 144 | 0.84 | 0 | 0.30 | 0.19 | 158.28 | 0.73 | 0.47 |
| Hex | 21 | CF | 90 | 54 | 0 | 1E | 13 | 9E | 48 | 2F |
| Octal | 41 | 317 | 220 | 124 | 0 | 36 | 23 | 236 | 110 | 57 |
| Binary | 100001 | 11001111 | 10010000 | 1010100 | 0 | 11110 | 10011 | 10011110 | 1001000 | 101111 |
Color Harmonies of #21CF90
Complementary color
Monochromatic Colors of #21CF90
Black with #21CF90
Text Example
Text Example
White with #21CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF90; }
p { color: rgb(33,207,144); }
H1.HeaderClassName
{
color: #21CF90;
}
.AnyTagClassName
{
color: #21CF90;
}
</style>
background-color css
<style>
a { background-color: #21CF90; }
a { background-color: rgb(33,207,144); }
div.DivClassName
{
background-color: #21CF90;
}
.BgClassName
{
background-color: #21CF90;
}
</style>
border-color css
<style>
span { border-color: #21CF90; }
span { border-color: rgb(33,207,144); }
td.TdClassName
{
border-color: #21CF90;
}
.TagClassName
{
border-color: #21CF90;
}
</style>