Shades of Shamrock #21CF84
Tints of Shamrock #21CF84
RGB
CMYK
RGB Variations
Color information
#21CF84 (or 0x21CF84) is known color: Shamrock. HEX triplet: 21, CF and 84. RGB value is (33,207,132). Sum of RGB (Red+Green+Blue) = 33+207+132=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CF84 is #DE307B. Grayscale: #929292. Windows color (decimal): -14561404 or 8703777. OLE color: 8703777.
HSL color Cylindrical-coordinate representation of color #21CF84: hue angle of 154.14º 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 #21CF84 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 132 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.19 |
| HSL | 154.14º | 0.73% | 0.47% | - |
| HSV(B) | 154.14º | 0.84% | 0.81% | - |
| XYZ | 27.1 | 46.61 | 29.4 | - |
| YUV | 146.42 | 119.85 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 132 | 0.84 | 0 | 0.36 | 0.19 | 154.14 | 0.73 | 0.47 |
| Hex | 21 | CF | 84 | 54 | 0 | 24 | 13 | 9A | 48 | 2F |
| Octal | 41 | 317 | 204 | 124 | 0 | 44 | 23 | 232 | 110 | 57 |
| Binary | 100001 | 11001111 | 10000100 | 1010100 | 0 | 100100 | 10011 | 10011010 | 1001000 | 101111 |
Color Harmonies of #21CF84
Complementary color
Monochromatic Colors of #21CF84
Black with #21CF84
Text Example
Text Example
White with #21CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF84; }
p { color: rgb(33,207,132); }
H1.HeaderClassName
{
color: #21CF84;
}
.AnyTagClassName
{
color: #21CF84;
}
</style>
background-color css
<style>
a { background-color: #21CF84; }
a { background-color: rgb(33,207,132); }
div.DivClassName
{
background-color: #21CF84;
}
.BgClassName
{
background-color: #21CF84;
}
</style>
border-color css
<style>
span { border-color: #21CF84; }
span { border-color: rgb(33,207,132); }
td.TdClassName
{
border-color: #21CF84;
}
.TagClassName
{
border-color: #21CF84;
}
</style>