Shades of Shamrock #20D581
Tints of Shamrock #20D581
RGB
CMYK
RGB Variations
Color information
#20D581 (or 0x20D581) is known color: Shamrock. HEX triplet: 20, D5 and 81. RGB value is (32,213,129). Sum of RGB (Red+Green+Blue) = 32+213+129=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #20D581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D581 is #DF2A7E. Grayscale: #959595. Windows color (decimal): -14625407 or 8508704. OLE color: 8508704.
HSL color Cylindrical-coordinate representation of color #20D581: hue angle of 152.15º 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 #20D581 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 129 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.16 |
| HSL | 152.15º | 0.74% | 0.48% | - |
| HSV(B) | 152.15º | 0.85% | 0.84% | - |
| XYZ | 28.35 | 49.48 | 28.83 | - |
| YUV | 149.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 129 | 0.85 | 0 | 0.39 | 0.16 | 152.15 | 0.74 | 0.48 |
| Hex | 20 | D5 | 81 | 55 | 0 | 27 | 10 | 98 | 4A | 30 |
| Octal | 40 | 325 | 201 | 125 | 0 | 47 | 20 | 230 | 112 | 60 |
| Binary | 100000 | 11010101 | 10000001 | 1010101 | 0 | 100111 | 10000 | 10011000 | 1001010 | 110000 |
Color Harmonies of #20D581
Complementary color
Monochromatic Colors of #20D581
Black with #20D581
Text Example
Text Example
White with #20D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D581; }
p { color: rgb(32,213,129); }
H1.HeaderClassName
{
color: #20D581;
}
.AnyTagClassName
{
color: #20D581;
}
</style>
background-color css
<style>
a { background-color: #20D581; }
a { background-color: rgb(32,213,129); }
div.DivClassName
{
background-color: #20D581;
}
.BgClassName
{
background-color: #20D581;
}
</style>
border-color css
<style>
span { border-color: #20D581; }
span { border-color: rgb(32,213,129); }
td.TdClassName
{
border-color: #20D581;
}
.TagClassName
{
border-color: #20D581;
}
</style>