Shades of Shamrock #40D99B
Tints of Shamrock #40D99B
RGB
CMYK
RGB Variations
Color information
#40D99B (or 0x40D99B) is known color: Shamrock. HEX triplet: 40, D9 and 9B. RGB value is (64,217,155). Sum of RGB (Red+Green+Blue) = 64+217+155=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #40D99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D99B is #BF2664. Grayscale: #A4A4A4. Windows color (decimal): -12527205 or 10213696. OLE color: 10213696.
HSL color Cylindrical-coordinate representation of color #40D99B: hue angle of 155.69º degrees, saturation: 0.67, 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 #40D99B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 217 | 155 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.15 |
| HSL | 155.69º | 0.67% | 0.55% | - |
| HSV(B) | 155.69º | 0.71% | 0.85% | - |
| XYZ | 32.84 | 53.08 | 39.53 | - |
| YUV | 164.19 | 122.81 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 155 | 0.71 | 0 | 0.29 | 0.15 | 155.69 | 0.67 | 0.55 |
| Hex | 40 | D9 | 9B | 47 | 0 | 1D | F | 9C | 43 | 37 |
| Octal | 100 | 331 | 233 | 107 | 0 | 35 | 17 | 234 | 103 | 67 |
| Binary | 1000000 | 11011001 | 10011011 | 1000111 | 0 | 11101 | 1111 | 10011100 | 1000011 | 110111 |
Color Harmonies of #40D99B
Complementary color
Monochromatic Colors of #40D99B
Black with #40D99B
Text Example
Text Example
White with #40D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D99B; }
p { color: rgb(64,217,155); }
H1.HeaderClassName
{
color: #40D99B;
}
.AnyTagClassName
{
color: #40D99B;
}
</style>
background-color css
<style>
a { background-color: #40D99B; }
a { background-color: rgb(64,217,155); }
div.DivClassName
{
background-color: #40D99B;
}
.BgClassName
{
background-color: #40D99B;
}
</style>
border-color css
<style>
span { border-color: #40D99B; }
span { border-color: rgb(64,217,155); }
td.TdClassName
{
border-color: #40D99B;
}
.TagClassName
{
border-color: #40D99B;
}
</style>