Shades of Shamrock #21D683
Tints of Shamrock #21D683
RGB
CMYK
RGB Variations
Color information
#21D683 (or 0x21D683) is known color: Shamrock. HEX triplet: 21, D6 and 83. RGB value is (33,214,131). Sum of RGB (Red+Green+Blue) = 33+214+131=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #21D683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D683 is #DE297C. Grayscale: #969696. Windows color (decimal): -14559613 or 8640033. OLE color: 8640033.
HSL color Cylindrical-coordinate representation of color #21D683: hue angle of 152.49º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D683 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 131 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.16 |
| HSL | 152.49º | 0.73% | 0.48% | - |
| HSV(B) | 152.49º | 0.85% | 0.84% | - |
| XYZ | 28.77 | 50.06 | 29.62 | - |
| YUV | 150.42 | 117.03 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 131 | 0.85 | 0 | 0.39 | 0.16 | 152.49 | 0.73 | 0.48 |
| Hex | 21 | D6 | 83 | 55 | 0 | 27 | 10 | 98 | 49 | 30 |
| Octal | 41 | 326 | 203 | 125 | 0 | 47 | 20 | 230 | 111 | 60 |
| Binary | 100001 | 11010110 | 10000011 | 1010101 | 0 | 100111 | 10000 | 10011000 | 1001001 | 110000 |
Color Harmonies of #21D683
Complementary color
Monochromatic Colors of #21D683
Black with #21D683
Text Example
Text Example
White with #21D683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D683; }
p { color: rgb(33,214,131); }
H1.HeaderClassName
{
color: #21D683;
}
.AnyTagClassName
{
color: #21D683;
}
</style>
background-color css
<style>
a { background-color: #21D683; }
a { background-color: rgb(33,214,131); }
div.DivClassName
{
background-color: #21D683;
}
.BgClassName
{
background-color: #21D683;
}
</style>
border-color css
<style>
span { border-color: #21D683; }
span { border-color: rgb(33,214,131); }
td.TdClassName
{
border-color: #21D683;
}
.TagClassName
{
border-color: #21D683;
}
</style>