Shades of Shamrock #20D48B
Tints of Shamrock #20D48B
RGB
CMYK
RGB Variations
Color information
#20D48B (or 0x20D48B) is known color: Shamrock. HEX triplet: 20, D4 and 8B. RGB value is (32,212,139). Sum of RGB (Red+Green+Blue) = 32+212+139=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #20D48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D48B is #DF2B74. Grayscale: #959595. Windows color (decimal): -14625653 or 9163808. OLE color: 9163808.
HSL color Cylindrical-coordinate representation of color #20D48B: hue angle of 155.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D48B is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 212 | 139 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.17 |
| HSL | 155.67º | 0.74% | 0.48% | - |
| HSV(B) | 155.67º | 0.85% | 0.83% | - |
| XYZ | 28.8 | 49.26 | 32.42 | - |
| YUV | 149.86 | 121.87 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 139 | 0.85 | 0 | 0.34 | 0.17 | 155.67 | 0.74 | 0.48 |
| Hex | 20 | D4 | 8B | 55 | 0 | 22 | 11 | 9C | 4A | 30 |
| Octal | 40 | 324 | 213 | 125 | 0 | 42 | 21 | 234 | 112 | 60 |
| Binary | 100000 | 11010100 | 10001011 | 1010101 | 0 | 100010 | 10001 | 10011100 | 1001010 | 110000 |
Color Harmonies of #20D48B
Complementary color
Monochromatic Colors of #20D48B
Black with #20D48B
Text Example
Text Example
White with #20D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D48B; }
p { color: rgb(32,212,139); }
H1.HeaderClassName
{
color: #20D48B;
}
.AnyTagClassName
{
color: #20D48B;
}
</style>
background-color css
<style>
a { background-color: #20D48B; }
a { background-color: rgb(32,212,139); }
div.DivClassName
{
background-color: #20D48B;
}
.BgClassName
{
background-color: #20D48B;
}
</style>
border-color css
<style>
span { border-color: #20D48B; }
span { border-color: rgb(32,212,139); }
td.TdClassName
{
border-color: #20D48B;
}
.TagClassName
{
border-color: #20D48B;
}
</style>