Shades of Shamrock #20CF87
Tints of Shamrock #20CF87
RGB
CMYK
RGB Variations
Color information
#20CF87 (or 0x20CF87) is known color: Shamrock. HEX triplet: 20, CF and 87. RGB value is (32,207,135). Sum of RGB (Red+Green+Blue) = 32+207+135=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CF87 is #DF3078. Grayscale: #929292. Windows color (decimal): -14626937 or 8900384. OLE color: 8900384.
HSL color Cylindrical-coordinate representation of color #20CF87: hue angle of 155.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF87 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 135 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.19 |
| HSL | 155.31º | 0.73% | 0.47% | - |
| HSV(B) | 155.31º | 0.85% | 0.81% | - |
| XYZ | 27.28 | 46.68 | 30.49 | - |
| YUV | 146.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 135 | 0.85 | 0 | 0.35 | 0.19 | 155.31 | 0.73 | 0.47 |
| Hex | 20 | CF | 87 | 55 | 0 | 23 | 13 | 9B | 49 | 2F |
| Octal | 40 | 317 | 207 | 125 | 0 | 43 | 23 | 233 | 111 | 57 |
| Binary | 100000 | 11001111 | 10000111 | 1010101 | 0 | 100011 | 10011 | 10011011 | 1001001 | 101111 |
Color Harmonies of #20CF87
Complementary color
Monochromatic Colors of #20CF87
Black with #20CF87
Text Example
Text Example
White with #20CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF87; }
p { color: rgb(32,207,135); }
H1.HeaderClassName
{
color: #20CF87;
}
.AnyTagClassName
{
color: #20CF87;
}
</style>
background-color css
<style>
a { background-color: #20CF87; }
a { background-color: rgb(32,207,135); }
div.DivClassName
{
background-color: #20CF87;
}
.BgClassName
{
background-color: #20CF87;
}
</style>
border-color css
<style>
span { border-color: #20CF87; }
span { border-color: rgb(32,207,135); }
td.TdClassName
{
border-color: #20CF87;
}
.TagClassName
{
border-color: #20CF87;
}
</style>