Shades of Shamrock #21DB83
Tints of Shamrock #21DB83
RGB
CMYK
RGB Variations
Color information
#21DB83 (or 0x21DB83) is known color: Shamrock. HEX triplet: 21, DB and 83. RGB value is (33,219,131). Sum of RGB (Red+Green+Blue) = 33+219+131=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DB83 is #DE247C. Grayscale: #999999. Windows color (decimal): -14558333 or 8641313. OLE color: 8641313.
HSL color Cylindrical-coordinate representation of color #21DB83: hue angle of 151.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DB83 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 131 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.14 |
| HSL | 151.61º | 0.74% | 0.49% | - |
| HSV(B) | 151.61º | 0.85% | 0.86% | - |
| XYZ | 30.06 | 52.63 | 30.05 | - |
| YUV | 153.35 | 115.38 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 131 | 0.85 | 0 | 0.40 | 0.14 | 151.61 | 0.74 | 0.49 |
| Hex | 21 | DB | 83 | 55 | 0 | 28 | E | 98 | 4A | 31 |
| Octal | 41 | 333 | 203 | 125 | 0 | 50 | 16 | 230 | 112 | 61 |
| Binary | 100001 | 11011011 | 10000011 | 1010101 | 0 | 101000 | 1110 | 10011000 | 1001010 | 110001 |
Color Harmonies of #21DB83
Complementary color
Monochromatic Colors of #21DB83
Black with #21DB83
Text Example
Text Example
White with #21DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DB83; }
p { color: rgb(33,219,131); }
H1.HeaderClassName
{
color: #21DB83;
}
.AnyTagClassName
{
color: #21DB83;
}
</style>
background-color css
<style>
a { background-color: #21DB83; }
a { background-color: rgb(33,219,131); }
div.DivClassName
{
background-color: #21DB83;
}
.BgClassName
{
background-color: #21DB83;
}
</style>
border-color css
<style>
span { border-color: #21DB83; }
span { border-color: rgb(33,219,131); }
td.TdClassName
{
border-color: #21DB83;
}
.TagClassName
{
border-color: #21DB83;
}
</style>