Shades of Shamrock #21CF83
Tints of Shamrock #21CF83
RGB
CMYK
RGB Variations
Color information
#21CF83 (or 0x21CF83) is known color: Shamrock. HEX triplet: 21, CF and 83. RGB value is (33,207,131). Sum of RGB (Red+Green+Blue) = 33+207+131=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CF83 is #DE307C. Grayscale: #929292. Windows color (decimal): -14561405 or 8638241. OLE color: 8638241.
HSL color Cylindrical-coordinate representation of color #21CF83: hue angle of 153.79º 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 #21CF83 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 131 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.19 |
| HSL | 153.79º | 0.73% | 0.47% | - |
| HSV(B) | 153.79º | 0.84% | 0.81% | - |
| XYZ | 27.04 | 46.59 | 29.04 | - |
| YUV | 146.31 | 119.35 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 131 | 0.84 | 0 | 0.37 | 0.19 | 153.79 | 0.73 | 0.47 |
| Hex | 21 | CF | 83 | 54 | 0 | 25 | 13 | 9A | 48 | 2F |
| Octal | 41 | 317 | 203 | 124 | 0 | 45 | 23 | 232 | 110 | 57 |
| Binary | 100001 | 11001111 | 10000011 | 1010100 | 0 | 100101 | 10011 | 10011010 | 1001000 | 101111 |
Color Harmonies of #21CF83
Complementary color
Monochromatic Colors of #21CF83
Black with #21CF83
Text Example
Text Example
White with #21CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF83; }
p { color: rgb(33,207,131); }
H1.HeaderClassName
{
color: #21CF83;
}
.AnyTagClassName
{
color: #21CF83;
}
</style>
background-color css
<style>
a { background-color: #21CF83; }
a { background-color: rgb(33,207,131); }
div.DivClassName
{
background-color: #21CF83;
}
.BgClassName
{
background-color: #21CF83;
}
</style>
border-color css
<style>
span { border-color: #21CF83; }
span { border-color: rgb(33,207,131); }
td.TdClassName
{
border-color: #21CF83;
}
.TagClassName
{
border-color: #21CF83;
}
</style>