Shades of Shamrock #40DA99
Tints of Shamrock #40DA99
RGB
CMYK
RGB Variations
Color information
#40DA99 (or 0x40DA99) is known color: Shamrock. HEX triplet: 40, DA and 99. RGB value is (64,218,153). Sum of RGB (Red+Green+Blue) = 64+218+153=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DA99 is #BF2566. Grayscale: #A4A4A4. Windows color (decimal): -12526951 or 10082880. OLE color: 10082880.
HSL color Cylindrical-coordinate representation of color #40DA99: hue angle of 154.68º degrees, saturation: 0.68, 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 #40DA99 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 153 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.15 |
| HSL | 154.68º | 0.68% | 0.55% | - |
| HSV(B) | 154.68º | 0.71% | 0.85% | - |
| XYZ | 32.94 | 53.53 | 38.73 | - |
| YUV | 164.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 153 | 0.71 | 0 | 0.30 | 0.15 | 154.68 | 0.68 | 0.55 |
| Hex | 40 | DA | 99 | 47 | 0 | 1E | F | 9B | 44 | 37 |
| Octal | 100 | 332 | 231 | 107 | 0 | 36 | 17 | 233 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10011001 | 1000111 | 0 | 11110 | 1111 | 10011011 | 1000100 | 110111 |
Color Harmonies of #40DA99
Complementary color
Monochromatic Colors of #40DA99
Black with #40DA99
Text Example
Text Example
White with #40DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA99; }
p { color: rgb(64,218,153); }
H1.HeaderClassName
{
color: #40DA99;
}
.AnyTagClassName
{
color: #40DA99;
}
</style>
background-color css
<style>
a { background-color: #40DA99; }
a { background-color: rgb(64,218,153); }
div.DivClassName
{
background-color: #40DA99;
}
.BgClassName
{
background-color: #40DA99;
}
</style>
border-color css
<style>
span { border-color: #40DA99; }
span { border-color: rgb(64,218,153); }
td.TdClassName
{
border-color: #40DA99;
}
.TagClassName
{
border-color: #40DA99;
}
</style>