Shades of Shamrock #40D89F
Tints of Shamrock #40D89F
RGB
CMYK
RGB Variations
Color information
#40D89F (or 0x40D89F) is known color: Shamrock. HEX triplet: 40, D8 and 9F. RGB value is (64,216,159). Sum of RGB (Red+Green+Blue) = 64+216+159=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #40D89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D89F is #BF2760. Grayscale: #A4A4A4. Windows color (decimal): -12527457 or 10475584. OLE color: 10475584.
HSL color Cylindrical-coordinate representation of color #40D89F: hue angle of 157.5º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D89F is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 159 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.15 |
| HSL | 157.5º | 0.66% | 0.55% | - |
| HSV(B) | 157.5º | 0.7% | 0.85% | - |
| XYZ | 32.93 | 52.7 | 41.24 | - |
| YUV | 164.05 | 125.14 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 159 | 0.70 | 0 | 0.26 | 0.15 | 157.5 | 0.66 | 0.55 |
| Hex | 40 | D8 | 9F | 46 | 0 | 1A | F | 9E | 42 | 37 |
| Octal | 100 | 330 | 237 | 106 | 0 | 32 | 17 | 236 | 102 | 67 |
| Binary | 1000000 | 11011000 | 10011111 | 1000110 | 0 | 11010 | 1111 | 10011110 | 1000010 | 110111 |
Color Harmonies of #40D89F
Complementary color
Monochromatic Colors of #40D89F
Black with #40D89F
Text Example
Text Example
White with #40D89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D89F; }
p { color: rgb(64,216,159); }
H1.HeaderClassName
{
color: #40D89F;
}
.AnyTagClassName
{
color: #40D89F;
}
</style>
background-color css
<style>
a { background-color: #40D89F; }
a { background-color: rgb(64,216,159); }
div.DivClassName
{
background-color: #40D89F;
}
.BgClassName
{
background-color: #40D89F;
}
</style>
border-color css
<style>
span { border-color: #40D89F; }
span { border-color: rgb(64,216,159); }
td.TdClassName
{
border-color: #40D89F;
}
.TagClassName
{
border-color: #40D89F;
}
</style>