Shades of Shamrock #40D48B
Tints of Shamrock #40D48B
RGB
CMYK
RGB Variations
Color information
#40D48B (or 0x40D48B) is known color: Shamrock. HEX triplet: 40, D4 and 8B. RGB value is (64,212,139). Sum of RGB (Red+Green+Blue) = 64+212+139=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #40D48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D48B is #BF2B74. Grayscale: #9F9F9F. Windows color (decimal): -12528501 or 9163840. OLE color: 9163840.
HSL color Cylindrical-coordinate representation of color #40D48B: hue angle of 150.41º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D48B is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 139 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.17 |
| HSL | 150.41º | 0.63% | 0.54% | - |
| HSV(B) | 150.41º | 0.7% | 0.83% | - |
| XYZ | 30.32 | 50.04 | 32.49 | - |
| YUV | 159.43 | 116.47 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 139 | 0.70 | 0 | 0.34 | 0.17 | 150.41 | 0.63 | 0.54 |
| Hex | 40 | D4 | 8B | 46 | 0 | 22 | 11 | 96 | 3F | 36 |
| Octal | 100 | 324 | 213 | 106 | 0 | 42 | 21 | 226 | 77 | 66 |
| Binary | 1000000 | 11010100 | 10001011 | 1000110 | 0 | 100010 | 10001 | 10010110 | 111111 | 110110 |
Color Harmonies of #40D48B
Complementary color
Monochromatic Colors of #40D48B
Black with #40D48B
Text Example
Text Example
White with #40D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D48B; }
p { color: rgb(64,212,139); }
H1.HeaderClassName
{
color: #40D48B;
}
.AnyTagClassName
{
color: #40D48B;
}
</style>
background-color css
<style>
a { background-color: #40D48B; }
a { background-color: rgb(64,212,139); }
div.DivClassName
{
background-color: #40D48B;
}
.BgClassName
{
background-color: #40D48B;
}
</style>
border-color css
<style>
span { border-color: #40D48B; }
span { border-color: rgb(64,212,139); }
td.TdClassName
{
border-color: #40D48B;
}
.TagClassName
{
border-color: #40D48B;
}
</style>