Shades of Shamrock #40DB95
Tints of Shamrock #40DB95
RGB
CMYK
RGB Variations
Color information
#40DB95 (or 0x40DB95) is known color: Shamrock. HEX triplet: 40, DB and 95. RGB value is (64,219,149). Sum of RGB (Red+Green+Blue) = 64+219+149=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB95 is #BF246A. Grayscale: #A4A4A4. Windows color (decimal): -12526699 or 9820992. OLE color: 9820992.
HSL color Cylindrical-coordinate representation of color #40DB95: hue angle of 152.9º 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 #40DB95 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 149 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.14 |
| HSL | 152.9º | 0.68% | 0.55% | - |
| HSV(B) | 152.9º | 0.71% | 0.86% | - |
| XYZ | 32.87 | 53.92 | 37.11 | - |
| YUV | 164.68 | 119.15 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 149 | 0.71 | 0 | 0.32 | 0.14 | 152.9 | 0.68 | 0.55 |
| Hex | 40 | DB | 95 | 47 | 0 | 20 | E | 99 | 44 | 37 |
| Octal | 100 | 333 | 225 | 107 | 0 | 40 | 16 | 231 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10010101 | 1000111 | 0 | 100000 | 1110 | 10011001 | 1000100 | 110111 |
Color Harmonies of #40DB95
Complementary color
Monochromatic Colors of #40DB95
Black with #40DB95
Text Example
Text Example
White with #40DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB95; }
p { color: rgb(64,219,149); }
H1.HeaderClassName
{
color: #40DB95;
}
.AnyTagClassName
{
color: #40DB95;
}
</style>
background-color css
<style>
a { background-color: #40DB95; }
a { background-color: rgb(64,219,149); }
div.DivClassName
{
background-color: #40DB95;
}
.BgClassName
{
background-color: #40DB95;
}
</style>
border-color css
<style>
span { border-color: #40DB95; }
span { border-color: rgb(64,219,149); }
td.TdClassName
{
border-color: #40DB95;
}
.TagClassName
{
border-color: #40DB95;
}
</style>