Shades of Shamrock #40DA9B
Tints of Shamrock #40DA9B
RGB
CMYK
RGB Variations
Color information
#40DA9B (or 0x40DA9B) is known color: Shamrock. HEX triplet: 40, DA and 9B. RGB value is (64,218,155). Sum of RGB (Red+Green+Blue) = 64+218+155=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DA9B is #BF2564. Grayscale: #A4A4A4. Windows color (decimal): -12526949 or 10213952. OLE color: 10213952.
HSL color Cylindrical-coordinate representation of color #40DA9B: hue angle of 155.45º 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 #40DA9B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 155 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.15 |
| HSL | 155.45º | 0.68% | 0.55% | - |
| HSV(B) | 155.45º | 0.71% | 0.85% | - |
| XYZ | 33.1 | 53.6 | 39.61 | - |
| YUV | 164.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 155 | 0.71 | 0 | 0.29 | 0.15 | 155.45 | 0.68 | 0.55 |
| Hex | 40 | DA | 9B | 47 | 0 | 1D | F | 9B | 44 | 37 |
| Octal | 100 | 332 | 233 | 107 | 0 | 35 | 17 | 233 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10011011 | 1000111 | 0 | 11101 | 1111 | 10011011 | 1000100 | 110111 |
Color Harmonies of #40DA9B
Complementary color
Monochromatic Colors of #40DA9B
Black with #40DA9B
Text Example
Text Example
White with #40DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA9B; }
p { color: rgb(64,218,155); }
H1.HeaderClassName
{
color: #40DA9B;
}
.AnyTagClassName
{
color: #40DA9B;
}
</style>
background-color css
<style>
a { background-color: #40DA9B; }
a { background-color: rgb(64,218,155); }
div.DivClassName
{
background-color: #40DA9B;
}
.BgClassName
{
background-color: #40DA9B;
}
</style>
border-color css
<style>
span { border-color: #40DA9B; }
span { border-color: rgb(64,218,155); }
td.TdClassName
{
border-color: #40DA9B;
}
.TagClassName
{
border-color: #40DA9B;
}
</style>