Shades of Shamrock #40D88F
Tints of Shamrock #40D88F
RGB
CMYK
RGB Variations
Color information
#40D88F (or 0x40D88F) is known color: Shamrock. HEX triplet: 40, D8 and 8F. RGB value is (64,216,143). Sum of RGB (Red+Green+Blue) = 64+216+143=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #40D88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D88F is #BF2770. Grayscale: #A2A2A2. Windows color (decimal): -12527473 or 9427008. OLE color: 9427008.
HSL color Cylindrical-coordinate representation of color #40D88F: hue angle of 151.18º 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 #40D88F is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 143 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.15 |
| HSL | 151.18º | 0.66% | 0.55% | - |
| HSV(B) | 151.18º | 0.7% | 0.85% | - |
| XYZ | 31.63 | 52.18 | 34.39 | - |
| YUV | 162.23 | 117.14 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 143 | 0.70 | 0 | 0.34 | 0.15 | 151.18 | 0.66 | 0.55 |
| Hex | 40 | D8 | 8F | 46 | 0 | 22 | F | 97 | 42 | 37 |
| Octal | 100 | 330 | 217 | 106 | 0 | 42 | 17 | 227 | 102 | 67 |
| Binary | 1000000 | 11011000 | 10001111 | 1000110 | 0 | 100010 | 1111 | 10010111 | 1000010 | 110111 |
Color Harmonies of #40D88F
Complementary color
Monochromatic Colors of #40D88F
Black with #40D88F
Text Example
Text Example
White with #40D88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D88F; }
p { color: rgb(64,216,143); }
H1.HeaderClassName
{
color: #40D88F;
}
.AnyTagClassName
{
color: #40D88F;
}
</style>
background-color css
<style>
a { background-color: #40D88F; }
a { background-color: rgb(64,216,143); }
div.DivClassName
{
background-color: #40D88F;
}
.BgClassName
{
background-color: #40D88F;
}
</style>
border-color css
<style>
span { border-color: #40D88F; }
span { border-color: rgb(64,216,143); }
td.TdClassName
{
border-color: #40D88F;
}
.TagClassName
{
border-color: #40D88F;
}
</style>