Shades of Shamrock #20DF82
Tints of Shamrock #20DF82
RGB
CMYK
RGB Variations
Color information
#20DF82 (or 0x20DF82) is known color: Shamrock. HEX triplet: 20, DF and 82. RGB value is (32,223,130). Sum of RGB (Red+Green+Blue) = 32+223+130=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DF82 is #DF207D. Grayscale: #9B9B9B. Windows color (decimal): -14622846 or 8576800. OLE color: 8576800.
HSL color Cylindrical-coordinate representation of color #20DF82: hue angle of 150.79º 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 #20DF82 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 130 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.13 |
| HSL | 150.79º | 0.75% | 0.5% | - |
| HSV(B) | 150.79º | 0.86% | 0.87% | - |
| XYZ | 31.01 | 54.69 | 30.04 | - |
| YUV | 155.29 | 113.72 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 130 | 0.86 | 0 | 0.42 | 0.13 | 150.79 | 0.75 | 0.5 |
| Hex | 20 | DF | 82 | 56 | 0 | 2A | D | 97 | 4B | 32 |
| Octal | 40 | 337 | 202 | 126 | 0 | 52 | 15 | 227 | 113 | 62 |
| Binary | 100000 | 11011111 | 10000010 | 1010110 | 0 | 101010 | 1101 | 10010111 | 1001011 | 110010 |
Color Harmonies of #20DF82
Complementary color
Monochromatic Colors of #20DF82
Black with #20DF82
Text Example
Text Example
White with #20DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF82; }
p { color: rgb(32,223,130); }
H1.HeaderClassName
{
color: #20DF82;
}
.AnyTagClassName
{
color: #20DF82;
}
</style>
background-color css
<style>
a { background-color: #20DF82; }
a { background-color: rgb(32,223,130); }
div.DivClassName
{
background-color: #20DF82;
}
.BgClassName
{
background-color: #20DF82;
}
</style>
border-color css
<style>
span { border-color: #20DF82; }
span { border-color: rgb(32,223,130); }
td.TdClassName
{
border-color: #20DF82;
}
.TagClassName
{
border-color: #20DF82;
}
</style>