Shades of Shamrock #20D680
Tints of Shamrock #20D680
RGB
CMYK
RGB Variations
Color information
#20D680 (or 0x20D680) is known color: Shamrock. HEX triplet: 20, D6 and 80. RGB value is (32,214,128). Sum of RGB (Red+Green+Blue) = 32+214+128=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #20D680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D680 is #DF297F. Grayscale: #959595. Windows color (decimal): -14625152 or 8443424. OLE color: 8443424.
HSL color Cylindrical-coordinate representation of color #20D680: hue angle of 151.65º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D680 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 128 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.16 |
| HSL | 151.65º | 0.74% | 0.48% | - |
| HSV(B) | 151.65º | 0.85% | 0.84% | - |
| XYZ | 28.54 | 49.96 | 28.56 | - |
| YUV | 149.78 | 115.7 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 128 | 0.85 | 0 | 0.40 | 0.16 | 151.65 | 0.74 | 0.48 |
| Hex | 20 | D6 | 80 | 55 | 0 | 28 | 10 | 98 | 4A | 30 |
| Octal | 40 | 326 | 200 | 125 | 0 | 50 | 20 | 230 | 112 | 60 |
| Binary | 100000 | 11010110 | 10000000 | 1010101 | 0 | 101000 | 10000 | 10011000 | 1001010 | 110000 |
Color Harmonies of #20D680
Complementary color
Monochromatic Colors of #20D680
Black with #20D680
Text Example
Text Example
White with #20D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D680; }
p { color: rgb(32,214,128); }
H1.HeaderClassName
{
color: #20D680;
}
.AnyTagClassName
{
color: #20D680;
}
</style>
background-color css
<style>
a { background-color: #20D680; }
a { background-color: rgb(32,214,128); }
div.DivClassName
{
background-color: #20D680;
}
.BgClassName
{
background-color: #20D680;
}
</style>
border-color css
<style>
span { border-color: #20D680; }
span { border-color: rgb(32,214,128); }
td.TdClassName
{
border-color: #20D680;
}
.TagClassName
{
border-color: #20D680;
}
</style>