Shades of Shamrock #40DDA3
Tints of Shamrock #40DDA3
RGB
CMYK
RGB Variations
Color information
#40DDA3 (or 0x40DDA3) is known color: Shamrock. HEX triplet: 40, DD and A3. RGB value is (64,221,163). Sum of RGB (Red+Green+Blue) = 64+221+163=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DDA3 is #BF225C. Grayscale: #A7A7A7. Windows color (decimal): -12526173 or 10739008. OLE color: 10739008.
HSL color Cylindrical-coordinate representation of color #40DDA3: hue angle of 157.83º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDA3 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 163 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.13 |
| HSL | 157.83º | 0.7% | 0.56% | - |
| HSV(B) | 157.83º | 0.71% | 0.87% | - |
| XYZ | 34.58 | 55.45 | 43.53 | - |
| YUV | 167.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 163 | 0.71 | 0 | 0.26 | 0.13 | 157.83 | 0.7 | 0.56 |
| Hex | 40 | DD | A3 | 47 | 0 | 1A | D | 9E | 46 | 38 |
| Octal | 100 | 335 | 243 | 107 | 0 | 32 | 15 | 236 | 106 | 70 |
| Binary | 1000000 | 11011101 | 10100011 | 1000111 | 0 | 11010 | 1101 | 10011110 | 1000110 | 111000 |
Color Harmonies of #40DDA3
Complementary color
Monochromatic Colors of #40DDA3
Black with #40DDA3
Text Example
Text Example
White with #40DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDA3; }
p { color: rgb(64,221,163); }
H1.HeaderClassName
{
color: #40DDA3;
}
.AnyTagClassName
{
color: #40DDA3;
}
</style>
background-color css
<style>
a { background-color: #40DDA3; }
a { background-color: rgb(64,221,163); }
div.DivClassName
{
background-color: #40DDA3;
}
.BgClassName
{
background-color: #40DDA3;
}
</style>
border-color css
<style>
span { border-color: #40DDA3; }
span { border-color: rgb(64,221,163); }
td.TdClassName
{
border-color: #40DDA3;
}
.TagClassName
{
border-color: #40DDA3;
}
</style>