Shades of Shamrock #20DF7F
Tints of Shamrock #20DF7F
RGB
CMYK
RGB Variations
Color information
#20DF7F (or 0x20DF7F) is known color: Shamrock. HEX triplet: 20, DF and 7F. RGB value is (32,223,127). Sum of RGB (Red+Green+Blue) = 32+223+127=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DF7F is #DF2080. Grayscale: #9B9B9B. Windows color (decimal): -14622849 or 8380192. OLE color: 8380192.
HSL color Cylindrical-coordinate representation of color #20DF7F: hue angle of 149.84º 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 #20DF7F is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 127 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.13 |
| HSL | 149.84º | 0.75% | 0.5% | - |
| HSV(B) | 149.84º | 0.86% | 0.87% | - |
| XYZ | 30.81 | 54.61 | 29 | - |
| YUV | 154.95 | 112.22 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 127 | 0.86 | 0 | 0.43 | 0.13 | 149.84 | 0.75 | 0.5 |
| Hex | 20 | DF | 7F | 56 | 0 | 2B | D | 96 | 4B | 32 |
| Octal | 40 | 337 | 177 | 126 | 0 | 53 | 15 | 226 | 113 | 62 |
| Binary | 100000 | 11011111 | 1111111 | 1010110 | 0 | 101011 | 1101 | 10010110 | 1001011 | 110010 |
Color Harmonies of #20DF7F
Complementary color
Monochromatic Colors of #20DF7F
Black with #20DF7F
Text Example
Text Example
White with #20DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF7F; }
p { color: rgb(32,223,127); }
H1.HeaderClassName
{
color: #20DF7F;
}
.AnyTagClassName
{
color: #20DF7F;
}
</style>
background-color css
<style>
a { background-color: #20DF7F; }
a { background-color: rgb(32,223,127); }
div.DivClassName
{
background-color: #20DF7F;
}
.BgClassName
{
background-color: #20DF7F;
}
</style>
border-color css
<style>
span { border-color: #20DF7F; }
span { border-color: rgb(32,223,127); }
td.TdClassName
{
border-color: #20DF7F;
}
.TagClassName
{
border-color: #20DF7F;
}
</style>