Shades of Shamrock #20D280
Tints of Shamrock #20D280
RGB
CMYK
RGB Variations
Color information
#20D280 (or 0x20D280) is known color: Shamrock. HEX triplet: 20, D2 and 80. RGB value is (32,210,128). Sum of RGB (Red+Green+Blue) = 32+210+128=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #20D280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D280 is #DF2D7F. Grayscale: #939393. Windows color (decimal): -14626176 or 8442400. OLE color: 8442400.
HSL color Cylindrical-coordinate representation of color #20D280: hue angle of 152.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D280 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 128 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.18 |
| HSL | 152.36º | 0.74% | 0.47% | - |
| HSV(B) | 152.36º | 0.85% | 0.82% | - |
| XYZ | 27.54 | 47.96 | 28.23 | - |
| YUV | 147.43 | 117.03 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 128 | 0.85 | 0 | 0.39 | 0.18 | 152.36 | 0.74 | 0.47 |
| Hex | 20 | D2 | 80 | 55 | 0 | 27 | 12 | 98 | 4A | 2F |
| Octal | 40 | 322 | 200 | 125 | 0 | 47 | 22 | 230 | 112 | 57 |
| Binary | 100000 | 11010010 | 10000000 | 1010101 | 0 | 100111 | 10010 | 10011000 | 1001010 | 101111 |
Color Harmonies of #20D280
Complementary color
Monochromatic Colors of #20D280
Black with #20D280
Text Example
Text Example
White with #20D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D280; }
p { color: rgb(32,210,128); }
H1.HeaderClassName
{
color: #20D280;
}
.AnyTagClassName
{
color: #20D280;
}
</style>
background-color css
<style>
a { background-color: #20D280; }
a { background-color: rgb(32,210,128); }
div.DivClassName
{
background-color: #20D280;
}
.BgClassName
{
background-color: #20D280;
}
</style>
border-color css
<style>
span { border-color: #20D280; }
span { border-color: rgb(32,210,128); }
td.TdClassName
{
border-color: #20D280;
}
.TagClassName
{
border-color: #20D280;
}
</style>