Shades of Shamrock #21D083
Tints of Shamrock #21D083
RGB
CMYK
RGB Variations
Color information
#21D083 (or 0x21D083) is known color: Shamrock. HEX triplet: 21, D0 and 83. RGB value is (33,208,131). Sum of RGB (Red+Green+Blue) = 33+208+131=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #21D083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D083 is #DE2F7C. Grayscale: #939393. Windows color (decimal): -14561149 or 8638497. OLE color: 8638497.
HSL color Cylindrical-coordinate representation of color #21D083: hue angle of 153.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D083 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 131 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.18 |
| HSL | 153.6º | 0.73% | 0.47% | - |
| HSV(B) | 153.6º | 0.84% | 0.82% | - |
| XYZ | 27.28 | 47.07 | 29.12 | - |
| YUV | 146.9 | 119.02 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 131 | 0.84 | 0 | 0.37 | 0.18 | 153.6 | 0.73 | 0.47 |
| Hex | 21 | D0 | 83 | 54 | 0 | 25 | 12 | 9A | 49 | 2F |
| Octal | 41 | 320 | 203 | 124 | 0 | 45 | 22 | 232 | 111 | 57 |
| Binary | 100001 | 11010000 | 10000011 | 1010100 | 0 | 100101 | 10010 | 10011010 | 1001001 | 101111 |
Color Harmonies of #21D083
Complementary color
Monochromatic Colors of #21D083
Black with #21D083
Text Example
Text Example
White with #21D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D083; }
p { color: rgb(33,208,131); }
H1.HeaderClassName
{
color: #21D083;
}
.AnyTagClassName
{
color: #21D083;
}
</style>
background-color css
<style>
a { background-color: #21D083; }
a { background-color: rgb(33,208,131); }
div.DivClassName
{
background-color: #21D083;
}
.BgClassName
{
background-color: #21D083;
}
</style>
border-color css
<style>
span { border-color: #21D083; }
span { border-color: rgb(33,208,131); }
td.TdClassName
{
border-color: #21D083;
}
.TagClassName
{
border-color: #21D083;
}
</style>