Shades of Shamrock #20DE81
Tints of Shamrock #20DE81
RGB
CMYK
RGB Variations
Color information
#20DE81 (or 0x20DE81) is known color: Shamrock. HEX triplet: 20, DE and 81. RGB value is (32,222,129). Sum of RGB (Red+Green+Blue) = 32+222+129=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #20DE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DE81 is #DF217E. Grayscale: #9A9A9A. Windows color (decimal): -14623103 or 8511008. OLE color: 8511008.
HSL color Cylindrical-coordinate representation of color #20DE81: hue angle of 150.63º 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 #20DE81 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 129 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.13 |
| HSL | 150.63º | 0.75% | 0.5% | - |
| HSV(B) | 150.63º | 0.86% | 0.87% | - |
| XYZ | 30.68 | 54.13 | 29.6 | - |
| YUV | 154.59 | 113.55 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 129 | 0.86 | 0 | 0.42 | 0.13 | 150.63 | 0.75 | 0.5 |
| Hex | 20 | DE | 81 | 56 | 0 | 2A | D | 97 | 4B | 32 |
| Octal | 40 | 336 | 201 | 126 | 0 | 52 | 15 | 227 | 113 | 62 |
| Binary | 100000 | 11011110 | 10000001 | 1010110 | 0 | 101010 | 1101 | 10010111 | 1001011 | 110010 |
Color Harmonies of #20DE81
Complementary color
Monochromatic Colors of #20DE81
Black with #20DE81
Text Example
Text Example
White with #20DE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DE81; }
p { color: rgb(32,222,129); }
H1.HeaderClassName
{
color: #20DE81;
}
.AnyTagClassName
{
color: #20DE81;
}
</style>
background-color css
<style>
a { background-color: #20DE81; }
a { background-color: rgb(32,222,129); }
div.DivClassName
{
background-color: #20DE81;
}
.BgClassName
{
background-color: #20DE81;
}
</style>
border-color css
<style>
span { border-color: #20DE81; }
span { border-color: rgb(32,222,129); }
td.TdClassName
{
border-color: #20DE81;
}
.TagClassName
{
border-color: #20DE81;
}
</style>