Shades of Emerald #40C565
Tints of Emerald #40C565
RGB
CMYK
RGB Variations
Color information
#40C565 (or 0x40C565) is known color: Emerald. HEX triplet: 40, C5 and 65. RGB value is (64,197,101). Sum of RGB (Red+Green+Blue) = 64+197+101=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #40C565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C565 is #BF3A9A. Grayscale: #929292. Windows color (decimal): -12532379 or 6669632. OLE color: 6669632.
HSL color Cylindrical-coordinate representation of color #40C565: hue angle of 136.69º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C565 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 101 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.23 |
| HSL | 136.69º | 0.53% | 0.51% | - |
| HSV(B) | 136.69º | 0.68% | 0.77% | - |
| XYZ | 24.43 | 41.96 | 19.12 | - |
| YUV | 146.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 101 | 0.68 | 0 | 0.49 | 0.23 | 136.69 | 0.53 | 0.51 |
| Hex | 40 | C5 | 65 | 44 | 0 | 31 | 17 | 89 | 35 | 33 |
| Octal | 100 | 305 | 145 | 104 | 0 | 61 | 27 | 211 | 65 | 63 |
| Binary | 1000000 | 11000101 | 1100101 | 1000100 | 0 | 110001 | 10111 | 10001001 | 110101 | 110011 |
Color Harmonies of #40C565
Complementary color
Monochromatic Colors of #40C565
Black with #40C565
Text Example
Text Example
White with #40C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C565; }
p { color: rgb(64,197,101); }
H1.HeaderClassName
{
color: #40C565;
}
.AnyTagClassName
{
color: #40C565;
}
</style>
background-color css
<style>
a { background-color: #40C565; }
a { background-color: rgb(64,197,101); }
div.DivClassName
{
background-color: #40C565;
}
.BgClassName
{
background-color: #40C565;
}
</style>
border-color css
<style>
span { border-color: #40C565; }
span { border-color: rgb(64,197,101); }
td.TdClassName
{
border-color: #40C565;
}
.TagClassName
{
border-color: #40C565;
}
</style>