Shades of Shamrock #20D083
Tints of Shamrock #20D083
RGB
CMYK
RGB Variations
Color information
#20D083 (or 0x20D083) is known color: Shamrock. HEX triplet: 20, D0 and 83. RGB value is (32,208,131). Sum of RGB (Red+Green+Blue) = 32+208+131=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #20D083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D083 is #DF2F7C. Grayscale: #929292. Windows color (decimal): -14626685 or 8638496. OLE color: 8638496.
HSL color Cylindrical-coordinate representation of color #20D083: hue angle of 153.75º 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 #20D083 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 131 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.18 |
| HSL | 153.75º | 0.73% | 0.47% | - |
| HSV(B) | 153.75º | 0.85% | 0.82% | - |
| XYZ | 27.25 | 47.06 | 29.12 | - |
| YUV | 146.6 | 119.19 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 131 | 0.85 | 0 | 0.37 | 0.18 | 153.75 | 0.73 | 0.47 |
| Hex | 20 | D0 | 83 | 55 | 0 | 25 | 12 | 9A | 49 | 2F |
| Octal | 40 | 320 | 203 | 125 | 0 | 45 | 22 | 232 | 111 | 57 |
| Binary | 100000 | 11010000 | 10000011 | 1010101 | 0 | 100101 | 10010 | 10011010 | 1001001 | 101111 |
Color Harmonies of #20D083
Complementary color
Monochromatic Colors of #20D083
Black with #20D083
Text Example
Text Example
White with #20D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D083; }
p { color: rgb(32,208,131); }
H1.HeaderClassName
{
color: #20D083;
}
.AnyTagClassName
{
color: #20D083;
}
</style>
background-color css
<style>
a { background-color: #20D083; }
a { background-color: rgb(32,208,131); }
div.DivClassName
{
background-color: #20D083;
}
.BgClassName
{
background-color: #20D083;
}
</style>
border-color css
<style>
span { border-color: #20D083; }
span { border-color: rgb(32,208,131); }
td.TdClassName
{
border-color: #20D083;
}
.TagClassName
{
border-color: #20D083;
}
</style>