Shades of Shamrock #40DFA3
Tints of Shamrock #40DFA3
RGB
CMYK
RGB Variations
Color information
#40DFA3 (or 0x40DFA3) is known color: Shamrock. HEX triplet: 40, DF and A3. RGB value is (64,223,163). Sum of RGB (Red+Green+Blue) = 64+223+163=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DFA3 is #BF205C. Grayscale: #A8A8A8. Windows color (decimal): -12525661 or 10739520. OLE color: 10739520.
HSL color Cylindrical-coordinate representation of color #40DFA3: hue angle of 157.36º degrees, saturation: 0.71, 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 #40DFA3 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 163 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.13 |
| HSL | 157.36º | 0.71% | 0.56% | - |
| HSV(B) | 157.36º | 0.71% | 0.87% | - |
| XYZ | 35.11 | 56.51 | 43.71 | - |
| YUV | 168.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 163 | 0.71 | 0 | 0.27 | 0.13 | 157.36 | 0.71 | 0.56 |
| Hex | 40 | DF | A3 | 47 | 0 | 1B | D | 9D | 47 | 38 |
| Octal | 100 | 337 | 243 | 107 | 0 | 33 | 15 | 235 | 107 | 70 |
| Binary | 1000000 | 11011111 | 10100011 | 1000111 | 0 | 11011 | 1101 | 10011101 | 1000111 | 111000 |
Color Harmonies of #40DFA3
Complementary color
Monochromatic Colors of #40DFA3
Black with #40DFA3
Text Example
Text Example
White with #40DFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFA3; }
p { color: rgb(64,223,163); }
H1.HeaderClassName
{
color: #40DFA3;
}
.AnyTagClassName
{
color: #40DFA3;
}
</style>
background-color css
<style>
a { background-color: #40DFA3; }
a { background-color: rgb(64,223,163); }
div.DivClassName
{
background-color: #40DFA3;
}
.BgClassName
{
background-color: #40DFA3;
}
</style>
border-color css
<style>
span { border-color: #40DFA3; }
span { border-color: rgb(64,223,163); }
td.TdClassName
{
border-color: #40DFA3;
}
.TagClassName
{
border-color: #40DFA3;
}
</style>