Shades of Shamrock #40CF87
Tints of Shamrock #40CF87
RGB
CMYK
RGB Variations
Color information
#40CF87 (or 0x40CF87) is known color: Shamrock. HEX triplet: 40, CF and 87. RGB value is (64,207,135). Sum of RGB (Red+Green+Blue) = 64+207+135=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF87 is #BF3078. Grayscale: #9C9C9C. Windows color (decimal): -12529785 or 8900416. OLE color: 8900416.
HSL color Cylindrical-coordinate representation of color #40CF87: hue angle of 149.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF87 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 135 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.19 |
| HSL | 149.79º | 0.6% | 0.53% | - |
| HSV(B) | 149.79º | 0.69% | 0.81% | - |
| XYZ | 28.8 | 47.46 | 30.57 | - |
| YUV | 156.04 | 116.12 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 135 | 0.69 | 0 | 0.35 | 0.19 | 149.79 | 0.6 | 0.53 |
| Hex | 40 | CF | 87 | 45 | 0 | 23 | 13 | 96 | 3C | 35 |
| Octal | 100 | 317 | 207 | 105 | 0 | 43 | 23 | 226 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10000111 | 1000101 | 0 | 100011 | 10011 | 10010110 | 111100 | 110101 |
Color Harmonies of #40CF87
Complementary color
Monochromatic Colors of #40CF87
Black with #40CF87
Text Example
Text Example
White with #40CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF87; }
p { color: rgb(64,207,135); }
H1.HeaderClassName
{
color: #40CF87;
}
.AnyTagClassName
{
color: #40CF87;
}
</style>
background-color css
<style>
a { background-color: #40CF87; }
a { background-color: rgb(64,207,135); }
div.DivClassName
{
background-color: #40CF87;
}
.BgClassName
{
background-color: #40CF87;
}
</style>
border-color css
<style>
span { border-color: #40CF87; }
span { border-color: rgb(64,207,135); }
td.TdClassName
{
border-color: #40CF87;
}
.TagClassName
{
border-color: #40CF87;
}
</style>