Shades of Shamrock #21D78B
Tints of Shamrock #21D78B
RGB
CMYK
RGB Variations
Color information
#21D78B (or 0x21D78B) is known color: Shamrock. HEX triplet: 21, D7 and 8B. RGB value is (33,215,139). Sum of RGB (Red+Green+Blue) = 33+215+139=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #21D78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D78B is #DE2874. Grayscale: #989898. Windows color (decimal): -14559349 or 9164577. OLE color: 9164577.
HSL color Cylindrical-coordinate representation of color #21D78B: hue angle of 154.95º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D78B is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 139 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.16 |
| HSL | 154.95º | 0.73% | 0.49% | - |
| HSV(B) | 154.95º | 0.85% | 0.84% | - |
| XYZ | 29.59 | 50.79 | 32.67 | - |
| YUV | 151.92 | 120.7 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 139 | 0.85 | 0 | 0.35 | 0.16 | 154.95 | 0.73 | 0.49 |
| Hex | 21 | D7 | 8B | 55 | 0 | 23 | 10 | 9B | 49 | 31 |
| Octal | 41 | 327 | 213 | 125 | 0 | 43 | 20 | 233 | 111 | 61 |
| Binary | 100001 | 11010111 | 10001011 | 1010101 | 0 | 100011 | 10000 | 10011011 | 1001001 | 110001 |
Color Harmonies of #21D78B
Complementary color
Monochromatic Colors of #21D78B
Black with #21D78B
Text Example
Text Example
White with #21D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D78B; }
p { color: rgb(33,215,139); }
H1.HeaderClassName
{
color: #21D78B;
}
.AnyTagClassName
{
color: #21D78B;
}
</style>
background-color css
<style>
a { background-color: #21D78B; }
a { background-color: rgb(33,215,139); }
div.DivClassName
{
background-color: #21D78B;
}
.BgClassName
{
background-color: #21D78B;
}
</style>
border-color css
<style>
span { border-color: #21D78B; }
span { border-color: rgb(33,215,139); }
td.TdClassName
{
border-color: #21D78B;
}
.TagClassName
{
border-color: #21D78B;
}
</style>