Shades of Shamrock #40DA8F
Tints of Shamrock #40DA8F
RGB
CMYK
RGB Variations
Color information
#40DA8F (or 0x40DA8F) is known color: Shamrock. HEX triplet: 40, DA and 8F. RGB value is (64,218,143). Sum of RGB (Red+Green+Blue) = 64+218+143=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DA8F is #BF2570. Grayscale: #A3A3A3. Windows color (decimal): -12526961 or 9427520. OLE color: 9427520.
HSL color Cylindrical-coordinate representation of color #40DA8F: hue angle of 150.78º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA8F is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 143 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.15 |
| HSL | 150.78º | 0.68% | 0.55% | - |
| HSV(B) | 150.78º | 0.71% | 0.85% | - |
| XYZ | 32.14 | 53.22 | 34.56 | - |
| YUV | 163.4 | 116.48 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 143 | 0.71 | 0 | 0.34 | 0.15 | 150.78 | 0.68 | 0.55 |
| Hex | 40 | DA | 8F | 47 | 0 | 22 | F | 97 | 44 | 37 |
| Octal | 100 | 332 | 217 | 107 | 0 | 42 | 17 | 227 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10001111 | 1000111 | 0 | 100010 | 1111 | 10010111 | 1000100 | 110111 |
Color Harmonies of #40DA8F
Complementary color
Monochromatic Colors of #40DA8F
Black with #40DA8F
Text Example
Text Example
White with #40DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA8F; }
p { color: rgb(64,218,143); }
H1.HeaderClassName
{
color: #40DA8F;
}
.AnyTagClassName
{
color: #40DA8F;
}
</style>
background-color css
<style>
a { background-color: #40DA8F; }
a { background-color: rgb(64,218,143); }
div.DivClassName
{
background-color: #40DA8F;
}
.BgClassName
{
background-color: #40DA8F;
}
</style>
border-color css
<style>
span { border-color: #40DA8F; }
span { border-color: rgb(64,218,143); }
td.TdClassName
{
border-color: #40DA8F;
}
.TagClassName
{
border-color: #40DA8F;
}
</style>