Shades of Shamrock #20DC7B
Tints of Shamrock #20DC7B
RGB
CMYK
RGB Variations
Color information
#20DC7B (or 0x20DC7B) is known color: Shamrock. HEX triplet: 20, DC and 7B. RGB value is (32,220,123). Sum of RGB (Red+Green+Blue) = 32+220+123=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DC7B is #DF2384. Grayscale: #989898. Windows color (decimal): -14623621 or 8117280. OLE color: 8117280.
HSL color Cylindrical-coordinate representation of color #20DC7B: hue angle of 149.04º degrees, saturation: 0.75, 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 #20DC7B is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 123 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.14 |
| HSL | 149.04º | 0.75% | 0.49% | - |
| HSV(B) | 149.04º | 0.85% | 0.86% | - |
| XYZ | 29.76 | 52.92 | 27.39 | - |
| YUV | 152.73 | 111.22 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 123 | 0.85 | 0 | 0.44 | 0.14 | 149.04 | 0.75 | 0.49 |
| Hex | 20 | DC | 7B | 55 | 0 | 2C | E | 95 | 4B | 31 |
| Octal | 40 | 334 | 173 | 125 | 0 | 54 | 16 | 225 | 113 | 61 |
| Binary | 100000 | 11011100 | 1111011 | 1010101 | 0 | 101100 | 1110 | 10010101 | 1001011 | 110001 |
Color Harmonies of #20DC7B
Complementary color
Monochromatic Colors of #20DC7B
Black with #20DC7B
Text Example
Text Example
White with #20DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC7B; }
p { color: rgb(32,220,123); }
H1.HeaderClassName
{
color: #20DC7B;
}
.AnyTagClassName
{
color: #20DC7B;
}
</style>
background-color css
<style>
a { background-color: #20DC7B; }
a { background-color: rgb(32,220,123); }
div.DivClassName
{
background-color: #20DC7B;
}
.BgClassName
{
background-color: #20DC7B;
}
</style>
border-color css
<style>
span { border-color: #20DC7B; }
span { border-color: rgb(32,220,123); }
td.TdClassName
{
border-color: #20DC7B;
}
.TagClassName
{
border-color: #20DC7B;
}
</style>