Shades of Emerald #40EB6C
Tints of Emerald #40EB6C
RGB
CMYK
RGB Variations
Color information
#40EB6C (or 0x40EB6C) is known color: Emerald. HEX triplet: 40, EB and 6C. RGB value is (64,235,108). Sum of RGB (Red+Green+Blue) = 64+235+108=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EB6C is #BF1493. Grayscale: #A9A9A9. Windows color (decimal): -12522644 or 7138112. OLE color: 7138112.
HSL color Cylindrical-coordinate representation of color #40EB6C: hue angle of 135.44º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EB6C is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 108 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.08 |
| HSL | 135.44º | 0.81% | 0.59% | - |
| HSV(B) | 135.44º | 0.73% | 0.92% | - |
| XYZ | 34.53 | 61.59 | 24.26 | - |
| YUV | 169.39 | 93.35 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 108 | 0.73 | 0 | 0.54 | 0.08 | 135.44 | 0.81 | 0.59 |
| Hex | 40 | EB | 6C | 49 | 0 | 36 | 8 | 87 | 51 | 3B |
| Octal | 100 | 353 | 154 | 111 | 0 | 66 | 10 | 207 | 121 | 73 |
| Binary | 1000000 | 11101011 | 1101100 | 1001001 | 0 | 110110 | 1000 | 10000111 | 1010001 | 111011 |
Color Harmonies of #40EB6C
Complementary color
Monochromatic Colors of #40EB6C
Black with #40EB6C
Text Example
Text Example
White with #40EB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB6C; }
p { color: rgb(64,235,108); }
H1.HeaderClassName
{
color: #40EB6C;
}
.AnyTagClassName
{
color: #40EB6C;
}
</style>
background-color css
<style>
a { background-color: #40EB6C; }
a { background-color: rgb(64,235,108); }
div.DivClassName
{
background-color: #40EB6C;
}
.BgClassName
{
background-color: #40EB6C;
}
</style>
border-color css
<style>
span { border-color: #40EB6C; }
span { border-color: rgb(64,235,108); }
td.TdClassName
{
border-color: #40EB6C;
}
.TagClassName
{
border-color: #40EB6C;
}
</style>