Shades of Shamrock #20DF84
Tints of Shamrock #20DF84
RGB
CMYK
RGB Variations
Color information
#20DF84 (or 0x20DF84) is known color: Shamrock. HEX triplet: 20, DF and 84. RGB value is (32,223,132). Sum of RGB (Red+Green+Blue) = 32+223+132=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DF84 is #DF207B. Grayscale: #9B9B9B. Windows color (decimal): -14622844 or 8707872. OLE color: 8707872.
HSL color Cylindrical-coordinate representation of color #20DF84: hue angle of 151.41º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF84 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 132 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.13 |
| HSL | 151.41º | 0.75% | 0.5% | - |
| HSV(B) | 151.41º | 0.86% | 0.87% | - |
| XYZ | 31.15 | 54.75 | 30.76 | - |
| YUV | 155.52 | 114.72 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 132 | 0.86 | 0 | 0.41 | 0.13 | 151.41 | 0.75 | 0.5 |
| Hex | 20 | DF | 84 | 56 | 0 | 29 | D | 97 | 4B | 32 |
| Octal | 40 | 337 | 204 | 126 | 0 | 51 | 15 | 227 | 113 | 62 |
| Binary | 100000 | 11011111 | 10000100 | 1010110 | 0 | 101001 | 1101 | 10010111 | 1001011 | 110010 |
Color Harmonies of #20DF84
Complementary color
Monochromatic Colors of #20DF84
Black with #20DF84
Text Example
Text Example
White with #20DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF84; }
p { color: rgb(32,223,132); }
H1.HeaderClassName
{
color: #20DF84;
}
.AnyTagClassName
{
color: #20DF84;
}
</style>
background-color css
<style>
a { background-color: #20DF84; }
a { background-color: rgb(32,223,132); }
div.DivClassName
{
background-color: #20DF84;
}
.BgClassName
{
background-color: #20DF84;
}
</style>
border-color css
<style>
span { border-color: #20DF84; }
span { border-color: rgb(32,223,132); }
td.TdClassName
{
border-color: #20DF84;
}
.TagClassName
{
border-color: #20DF84;
}
</style>