Shades of Emerald #40D067
Tints of Emerald #40D067
RGB
CMYK
RGB Variations
Color information
#40D067 (or 0x40D067) is known color: Emerald. HEX triplet: 40, D0 and 67. RGB value is (64,208,103). Sum of RGB (Red+Green+Blue) = 64+208+103=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #40D067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D067 is #BF2F98. Grayscale: #999999. Windows color (decimal): -12529561 or 6803520. OLE color: 6803520.
HSL color Cylindrical-coordinate representation of color #40D067: hue angle of 136.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D067 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 103 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.18 |
| HSL | 136.25º | 0.61% | 0.53% | - |
| HSV(B) | 136.25º | 0.69% | 0.82% | - |
| XYZ | 27.12 | 47.18 | 20.51 | - |
| YUV | 152.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 103 | 0.69 | 0 | 0.50 | 0.18 | 136.25 | 0.61 | 0.53 |
| Hex | 40 | D0 | 67 | 45 | 0 | 32 | 12 | 88 | 3D | 35 |
| Octal | 100 | 320 | 147 | 105 | 0 | 62 | 22 | 210 | 75 | 65 |
| Binary | 1000000 | 11010000 | 1100111 | 1000101 | 0 | 110010 | 10010 | 10001000 | 111101 | 110101 |
Color Harmonies of #40D067
Complementary color
Monochromatic Colors of #40D067
Black with #40D067
Text Example
Text Example
White with #40D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D067; }
p { color: rgb(64,208,103); }
H1.HeaderClassName
{
color: #40D067;
}
.AnyTagClassName
{
color: #40D067;
}
</style>
background-color css
<style>
a { background-color: #40D067; }
a { background-color: rgb(64,208,103); }
div.DivClassName
{
background-color: #40D067;
}
.BgClassName
{
background-color: #40D067;
}
</style>
border-color css
<style>
span { border-color: #40D067; }
span { border-color: rgb(64,208,103); }
td.TdClassName
{
border-color: #40D067;
}
.TagClassName
{
border-color: #40D067;
}
</style>