Shades of Shamrock #20D087
Tints of Shamrock #20D087
RGB
CMYK
RGB Variations
Color information
#20D087 (or 0x20D087) is known color: Shamrock. HEX triplet: 20, D0 and 87. RGB value is (32,208,135). Sum of RGB (Red+Green+Blue) = 32+208+135=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #20D087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D087 is #DF2F78. Grayscale: #939393. Windows color (decimal): -14626681 or 8900640. OLE color: 8900640.
HSL color Cylindrical-coordinate representation of color #20D087: hue angle of 155.11º degrees, saturation: 0.73, 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 #20D087 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 135 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.18 |
| HSL | 155.11º | 0.73% | 0.47% | - |
| HSV(B) | 155.11º | 0.85% | 0.82% | - |
| XYZ | 27.52 | 47.17 | 30.58 | - |
| YUV | 147.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 135 | 0.85 | 0 | 0.35 | 0.18 | 155.11 | 0.73 | 0.47 |
| Hex | 20 | D0 | 87 | 55 | 0 | 23 | 12 | 9B | 49 | 2F |
| Octal | 40 | 320 | 207 | 125 | 0 | 43 | 22 | 233 | 111 | 57 |
| Binary | 100000 | 11010000 | 10000111 | 1010101 | 0 | 100011 | 10010 | 10011011 | 1001001 | 101111 |
Color Harmonies of #20D087
Complementary color
Monochromatic Colors of #20D087
Black with #20D087
Text Example
Text Example
White with #20D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D087; }
p { color: rgb(32,208,135); }
H1.HeaderClassName
{
color: #20D087;
}
.AnyTagClassName
{
color: #20D087;
}
</style>
background-color css
<style>
a { background-color: #20D087; }
a { background-color: rgb(32,208,135); }
div.DivClassName
{
background-color: #20D087;
}
.BgClassName
{
background-color: #20D087;
}
</style>
border-color css
<style>
span { border-color: #20D087; }
span { border-color: rgb(32,208,135); }
td.TdClassName
{
border-color: #20D087;
}
.TagClassName
{
border-color: #20D087;
}
</style>