Shades of Shamrock #40DB96
Tints of Shamrock #40DB96
RGB
CMYK
RGB Variations
Color information
#40DB96 (or 0x40DB96) is known color: Shamrock. HEX triplet: 40, DB and 96. RGB value is (64,219,150). Sum of RGB (Red+Green+Blue) = 64+219+150=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB96 is #BF2469. Grayscale: #A4A4A4. Windows color (decimal): -12526698 or 9886528. OLE color: 9886528.
HSL color Cylindrical-coordinate representation of color #40DB96: hue angle of 153.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB96 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 150 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.14 |
| HSL | 153.29º | 0.68% | 0.55% | - |
| HSV(B) | 153.29º | 0.71% | 0.86% | - |
| XYZ | 32.95 | 53.96 | 37.53 | - |
| YUV | 164.79 | 119.65 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 150 | 0.71 | 0 | 0.32 | 0.14 | 153.29 | 0.68 | 0.55 |
| Hex | 40 | DB | 96 | 47 | 0 | 20 | E | 99 | 44 | 37 |
| Octal | 100 | 333 | 226 | 107 | 0 | 40 | 16 | 231 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10010110 | 1000111 | 0 | 100000 | 1110 | 10011001 | 1000100 | 110111 |
Color Harmonies of #40DB96
Complementary color
Monochromatic Colors of #40DB96
Black with #40DB96
Text Example
Text Example
White with #40DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB96; }
p { color: rgb(64,219,150); }
H1.HeaderClassName
{
color: #40DB96;
}
.AnyTagClassName
{
color: #40DB96;
}
</style>
background-color css
<style>
a { background-color: #40DB96; }
a { background-color: rgb(64,219,150); }
div.DivClassName
{
background-color: #40DB96;
}
.BgClassName
{
background-color: #40DB96;
}
</style>
border-color css
<style>
span { border-color: #40DB96; }
span { border-color: rgb(64,219,150); }
td.TdClassName
{
border-color: #40DB96;
}
.TagClassName
{
border-color: #40DB96;
}
</style>