Shades of Emerald #40D265
Tints of Emerald #40D265
RGB
CMYK
RGB Variations
Color information
#40D265 (or 0x40D265) is known color: Emerald. HEX triplet: 40, D2 and 65. RGB value is (64,210,101). Sum of RGB (Red+Green+Blue) = 64+210+101=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #40D265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D265 is #BF2D9A. Grayscale: #9A9A9A. Windows color (decimal): -12529051 or 6672960. OLE color: 6672960.
HSL color Cylindrical-coordinate representation of color #40D265: hue angle of 135.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D265 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 101 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.18 |
| HSL | 135.21º | 0.62% | 0.54% | - |
| HSV(B) | 135.21º | 0.7% | 0.82% | - |
| XYZ | 27.51 | 48.12 | 20.15 | - |
| YUV | 153.92 | 98.13 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 101 | 0.70 | 0 | 0.52 | 0.18 | 135.21 | 0.62 | 0.54 |
| Hex | 40 | D2 | 65 | 46 | 0 | 34 | 12 | 87 | 3E | 36 |
| Octal | 100 | 322 | 145 | 106 | 0 | 64 | 22 | 207 | 76 | 66 |
| Binary | 1000000 | 11010010 | 1100101 | 1000110 | 0 | 110100 | 10010 | 10000111 | 111110 | 110110 |
Color Harmonies of #40D265
Complementary color
Monochromatic Colors of #40D265
Black with #40D265
Text Example
Text Example
White with #40D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D265; }
p { color: rgb(64,210,101); }
H1.HeaderClassName
{
color: #40D265;
}
.AnyTagClassName
{
color: #40D265;
}
</style>
background-color css
<style>
a { background-color: #40D265; }
a { background-color: rgb(64,210,101); }
div.DivClassName
{
background-color: #40D265;
}
.BgClassName
{
background-color: #40D265;
}
</style>
border-color css
<style>
span { border-color: #40D265; }
span { border-color: rgb(64,210,101); }
td.TdClassName
{
border-color: #40D265;
}
.TagClassName
{
border-color: #40D265;
}
</style>