Shades of Shamrock #40DDA2
Tints of Shamrock #40DDA2
RGB
CMYK
RGB Variations
Color information
#40DDA2 (or 0x40DDA2) is known color: Shamrock. HEX triplet: 40, DD and A2. RGB value is (64,221,162). Sum of RGB (Red+Green+Blue) = 64+221+162=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DDA2 is #BF225D. Grayscale: #A7A7A7. Windows color (decimal): -12526174 or 10673472. OLE color: 10673472.
HSL color Cylindrical-coordinate representation of color #40DDA2: hue angle of 157.45º 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 #40DDA2 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 162 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.13 |
| HSL | 157.45º | 0.7% | 0.56% | - |
| HSV(B) | 157.45º | 0.71% | 0.87% | - |
| XYZ | 34.49 | 55.41 | 43.06 | - |
| YUV | 167.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 162 | 0.71 | 0 | 0.27 | 0.13 | 157.45 | 0.7 | 0.56 |
| Hex | 40 | DD | A2 | 47 | 0 | 1B | D | 9D | 46 | 38 |
| Octal | 100 | 335 | 242 | 107 | 0 | 33 | 15 | 235 | 106 | 70 |
| Binary | 1000000 | 11011101 | 10100010 | 1000111 | 0 | 11011 | 1101 | 10011101 | 1000110 | 111000 |
Color Harmonies of #40DDA2
Complementary color
Monochromatic Colors of #40DDA2
Black with #40DDA2
Text Example
Text Example
White with #40DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDA2; }
p { color: rgb(64,221,162); }
H1.HeaderClassName
{
color: #40DDA2;
}
.AnyTagClassName
{
color: #40DDA2;
}
</style>
background-color css
<style>
a { background-color: #40DDA2; }
a { background-color: rgb(64,221,162); }
div.DivClassName
{
background-color: #40DDA2;
}
.BgClassName
{
background-color: #40DDA2;
}
</style>
border-color css
<style>
span { border-color: #40DDA2; }
span { border-color: rgb(64,221,162); }
td.TdClassName
{
border-color: #40DDA2;
}
.TagClassName
{
border-color: #40DDA2;
}
</style>