Shades of Shamrock #40DB8A
Tints of Shamrock #40DB8A
RGB
CMYK
RGB Variations
Color information
#40DB8A (or 0x40DB8A) is known color: Shamrock. HEX triplet: 40, DB and 8A. RGB value is (64,219,138). Sum of RGB (Red+Green+Blue) = 64+219+138=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB8A is #BF2475. Grayscale: #A3A3A3. Windows color (decimal): -12526710 or 9100096. OLE color: 9100096.
HSL color Cylindrical-coordinate representation of color #40DB8A: hue angle of 148.65º 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 #40DB8A is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 138 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.14 |
| HSL | 148.65º | 0.68% | 0.55% | - |
| HSV(B) | 148.65º | 0.71% | 0.86% | - |
| XYZ | 32.03 | 53.59 | 32.7 | - |
| YUV | 163.42 | 113.65 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 138 | 0.71 | 0 | 0.37 | 0.14 | 148.65 | 0.68 | 0.55 |
| Hex | 40 | DB | 8A | 47 | 0 | 25 | E | 95 | 44 | 37 |
| Octal | 100 | 333 | 212 | 107 | 0 | 45 | 16 | 225 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10001010 | 1000111 | 0 | 100101 | 1110 | 10010101 | 1000100 | 110111 |
Color Harmonies of #40DB8A
Complementary color
Monochromatic Colors of #40DB8A
Black with #40DB8A
Text Example
Text Example
White with #40DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB8A; }
p { color: rgb(64,219,138); }
H1.HeaderClassName
{
color: #40DB8A;
}
.AnyTagClassName
{
color: #40DB8A;
}
</style>
background-color css
<style>
a { background-color: #40DB8A; }
a { background-color: rgb(64,219,138); }
div.DivClassName
{
background-color: #40DB8A;
}
.BgClassName
{
background-color: #40DB8A;
}
</style>
border-color css
<style>
span { border-color: #40DB8A; }
span { border-color: rgb(64,219,138); }
td.TdClassName
{
border-color: #40DB8A;
}
.TagClassName
{
border-color: #40DB8A;
}
</style>