Shades of Shamrock #20DF8C
Tints of Shamrock #20DF8C
RGB
CMYK
RGB Variations
Color information
#20DF8C (or 0x20DF8C) is known color: Shamrock. HEX triplet: 20, DF and 8C. RGB value is (32,223,140). Sum of RGB (Red+Green+Blue) = 32+223+140=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DF8C is #DF2073. Grayscale: #9C9C9C. Windows color (decimal): -14622836 or 9232160. OLE color: 9232160.
HSL color Cylindrical-coordinate representation of color #20DF8C: hue angle of 153.93º 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 #20DF8C is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 140 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.13 |
| HSL | 153.93º | 0.75% | 0.5% | - |
| HSV(B) | 153.93º | 0.86% | 0.87% | - |
| XYZ | 31.72 | 54.98 | 33.75 | - |
| YUV | 156.43 | 118.72 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 140 | 0.86 | 0 | 0.37 | 0.13 | 153.93 | 0.75 | 0.5 |
| Hex | 20 | DF | 8C | 56 | 0 | 25 | D | 9A | 4B | 32 |
| Octal | 40 | 337 | 214 | 126 | 0 | 45 | 15 | 232 | 113 | 62 |
| Binary | 100000 | 11011111 | 10001100 | 1010110 | 0 | 100101 | 1101 | 10011010 | 1001011 | 110010 |
Color Harmonies of #20DF8C
Complementary color
Monochromatic Colors of #20DF8C
Black with #20DF8C
Text Example
Text Example
White with #20DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF8C; }
p { color: rgb(32,223,140); }
H1.HeaderClassName
{
color: #20DF8C;
}
.AnyTagClassName
{
color: #20DF8C;
}
</style>
background-color css
<style>
a { background-color: #20DF8C; }
a { background-color: rgb(32,223,140); }
div.DivClassName
{
background-color: #20DF8C;
}
.BgClassName
{
background-color: #20DF8C;
}
</style>
border-color css
<style>
span { border-color: #20DF8C; }
span { border-color: rgb(32,223,140); }
td.TdClassName
{
border-color: #20DF8C;
}
.TagClassName
{
border-color: #20DF8C;
}
</style>