Shades of Emerald #40C661
Tints of Emerald #40C661
RGB
CMYK
RGB Variations
Color information
#40C661 (or 0x40C661) is known color: Emerald. HEX triplet: 40, C6 and 61. RGB value is (64,198,97). Sum of RGB (Red+Green+Blue) = 64+198+97=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #40C661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C661 is #BF399E. Grayscale: #929292. Windows color (decimal): -12532127 or 6407744. OLE color: 6407744.
HSL color Cylindrical-coordinate representation of color #40C661: hue angle of 134.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C661 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 97 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.22 |
| HSL | 134.78º | 0.54% | 0.51% | - |
| HSV(B) | 134.78º | 0.68% | 0.78% | - |
| XYZ | 24.47 | 42.34 | 18.19 | - |
| YUV | 146.42 | 100.11 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 97 | 0.68 | 0 | 0.51 | 0.22 | 134.78 | 0.54 | 0.51 |
| Hex | 40 | C6 | 61 | 44 | 0 | 33 | 16 | 87 | 36 | 33 |
| Octal | 100 | 306 | 141 | 104 | 0 | 63 | 26 | 207 | 66 | 63 |
| Binary | 1000000 | 11000110 | 1100001 | 1000100 | 0 | 110011 | 10110 | 10000111 | 110110 | 110011 |
Color Harmonies of #40C661
Complementary color
Monochromatic Colors of #40C661
Black with #40C661
Text Example
Text Example
White with #40C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C661; }
p { color: rgb(64,198,97); }
H1.HeaderClassName
{
color: #40C661;
}
.AnyTagClassName
{
color: #40C661;
}
</style>
background-color css
<style>
a { background-color: #40C661; }
a { background-color: rgb(64,198,97); }
div.DivClassName
{
background-color: #40C661;
}
.BgClassName
{
background-color: #40C661;
}
</style>
border-color css
<style>
span { border-color: #40C661; }
span { border-color: rgb(64,198,97); }
td.TdClassName
{
border-color: #40C661;
}
.TagClassName
{
border-color: #40C661;
}
</style>