Shades of Shamrock #40DDA5
Tints of Shamrock #40DDA5
RGB
CMYK
RGB Variations
Color information
#40DDA5 (or 0x40DDA5) is known color: Shamrock. HEX triplet: 40, DD and A5. RGB value is (64,221,165). Sum of RGB (Red+Green+Blue) = 64+221+165=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DDA5 is #BF225A. Grayscale: #A7A7A7. Windows color (decimal): -12526171 or 10870080. OLE color: 10870080.
HSL color Cylindrical-coordinate representation of color #40DDA5: hue angle of 158.6º 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 #40DDA5 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 165 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.13 |
| HSL | 158.6º | 0.7% | 0.56% | - |
| HSV(B) | 158.6º | 0.71% | 0.87% | - |
| XYZ | 34.76 | 55.52 | 44.48 | - |
| YUV | 167.67 | 126.49 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 165 | 0.71 | 0 | 0.25 | 0.13 | 158.6 | 0.7 | 0.56 |
| Hex | 40 | DD | A5 | 47 | 0 | 19 | D | 9F | 46 | 38 |
| Octal | 100 | 335 | 245 | 107 | 0 | 31 | 15 | 237 | 106 | 70 |
| Binary | 1000000 | 11011101 | 10100101 | 1000111 | 0 | 11001 | 1101 | 10011111 | 1000110 | 111000 |
Color Harmonies of #40DDA5
Complementary color
Monochromatic Colors of #40DDA5
Black with #40DDA5
Text Example
Text Example
White with #40DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDA5; }
p { color: rgb(64,221,165); }
H1.HeaderClassName
{
color: #40DDA5;
}
.AnyTagClassName
{
color: #40DDA5;
}
</style>
background-color css
<style>
a { background-color: #40DDA5; }
a { background-color: rgb(64,221,165); }
div.DivClassName
{
background-color: #40DDA5;
}
.BgClassName
{
background-color: #40DDA5;
}
</style>
border-color css
<style>
span { border-color: #40DDA5; }
span { border-color: rgb(64,221,165); }
td.TdClassName
{
border-color: #40DDA5;
}
.TagClassName
{
border-color: #40DDA5;
}
</style>