Shades of Shamrock #40CF88
Tints of Shamrock #40CF88
RGB
CMYK
RGB Variations
Color information
#40CF88 (or 0x40CF88) is known color: Shamrock. HEX triplet: 40, CF and 88. RGB value is (64,207,136). Sum of RGB (Red+Green+Blue) = 64+207+136=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF88 is #BF3077. Grayscale: #9C9C9C. Windows color (decimal): -12529784 or 8965952. OLE color: 8965952.
HSL color Cylindrical-coordinate representation of color #40CF88: hue angle of 150.21º 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 #40CF88 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 136 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.19 |
| HSL | 150.21º | 0.6% | 0.53% | - |
| HSV(B) | 150.21º | 0.69% | 0.81% | - |
| XYZ | 28.87 | 47.49 | 30.94 | - |
| YUV | 156.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 136 | 0.69 | 0 | 0.34 | 0.19 | 150.21 | 0.6 | 0.53 |
| Hex | 40 | CF | 88 | 45 | 0 | 22 | 13 | 96 | 3C | 35 |
| Octal | 100 | 317 | 210 | 105 | 0 | 42 | 23 | 226 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10001000 | 1000101 | 0 | 100010 | 10011 | 10010110 | 111100 | 110101 |
Color Harmonies of #40CF88
Complementary color
Monochromatic Colors of #40CF88
Black with #40CF88
Text Example
Text Example
White with #40CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF88; }
p { color: rgb(64,207,136); }
H1.HeaderClassName
{
color: #40CF88;
}
.AnyTagClassName
{
color: #40CF88;
}
</style>
background-color css
<style>
a { background-color: #40CF88; }
a { background-color: rgb(64,207,136); }
div.DivClassName
{
background-color: #40CF88;
}
.BgClassName
{
background-color: #40CF88;
}
</style>
border-color css
<style>
span { border-color: #40CF88; }
span { border-color: rgb(64,207,136); }
td.TdClassName
{
border-color: #40CF88;
}
.TagClassName
{
border-color: #40CF88;
}
</style>