Shades of Emerald #40CF65
Tints of Emerald #40CF65
RGB
CMYK
RGB Variations
Color information
#40CF65 (or 0x40CF65) is known color: Emerald. HEX triplet: 40, CF and 65. RGB value is (64,207,101). Sum of RGB (Red+Green+Blue) = 64+207+101=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CF65 is #BF309A. Grayscale: #989898. Windows color (decimal): -12529819 or 6672192. OLE color: 6672192.
HSL color Cylindrical-coordinate representation of color #40CF65: hue angle of 135.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF65 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 101 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.19 |
| HSL | 135.52º | 0.6% | 0.53% | - |
| HSV(B) | 135.52º | 0.69% | 0.81% | - |
| XYZ | 26.78 | 46.66 | 19.91 | - |
| YUV | 152.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 101 | 0.69 | 0 | 0.51 | 0.19 | 135.52 | 0.6 | 0.53 |
| Hex | 40 | CF | 65 | 45 | 0 | 33 | 13 | 88 | 3C | 35 |
| Octal | 100 | 317 | 145 | 105 | 0 | 63 | 23 | 210 | 74 | 65 |
| Binary | 1000000 | 11001111 | 1100101 | 1000101 | 0 | 110011 | 10011 | 10001000 | 111100 | 110101 |
Color Harmonies of #40CF65
Complementary color
Monochromatic Colors of #40CF65
Black with #40CF65
Text Example
Text Example
White with #40CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF65; }
p { color: rgb(64,207,101); }
H1.HeaderClassName
{
color: #40CF65;
}
.AnyTagClassName
{
color: #40CF65;
}
</style>
background-color css
<style>
a { background-color: #40CF65; }
a { background-color: rgb(64,207,101); }
div.DivClassName
{
background-color: #40CF65;
}
.BgClassName
{
background-color: #40CF65;
}
</style>
border-color css
<style>
span { border-color: #40CF65; }
span { border-color: rgb(64,207,101); }
td.TdClassName
{
border-color: #40CF65;
}
.TagClassName
{
border-color: #40CF65;
}
</style>