Shades of Emerald #40F06C
Tints of Emerald #40F06C
RGB
CMYK
RGB Variations
Color information
#40F06C (or 0x40F06C) is known color: Emerald. HEX triplet: 40, F0 and 6C. RGB value is (64,240,108). Sum of RGB (Red+Green+Blue) = 64+240+108=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #40F06C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F06C is #BF0F93. Grayscale: #ACACAC. Windows color (decimal): -12521364 or 7139392. OLE color: 7139392.
HSL color Cylindrical-coordinate representation of color #40F06C: hue angle of 135º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F06C is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 108 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.06 |
| HSL | 135º | 0.85% | 0.6% | - |
| HSV(B) | 135º | 0.73% | 0.94% | - |
| XYZ | 35.98 | 64.49 | 24.74 | - |
| YUV | 172.33 | 91.69 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 108 | 0.73 | 0 | 0.55 | 0.06 | 135 | 0.85 | 0.6 |
| Hex | 40 | F0 | 6C | 49 | 0 | 37 | 6 | 87 | 55 | 3C |
| Octal | 100 | 360 | 154 | 111 | 0 | 67 | 6 | 207 | 125 | 74 |
| Binary | 1000000 | 11110000 | 1101100 | 1001001 | 0 | 110111 | 110 | 10000111 | 1010101 | 111100 |
Color Harmonies of #40F06C
Complementary color
Monochromatic Colors of #40F06C
Black with #40F06C
Text Example
Text Example
White with #40F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F06C; }
p { color: rgb(64,240,108); }
H1.HeaderClassName
{
color: #40F06C;
}
.AnyTagClassName
{
color: #40F06C;
}
</style>
background-color css
<style>
a { background-color: #40F06C; }
a { background-color: rgb(64,240,108); }
div.DivClassName
{
background-color: #40F06C;
}
.BgClassName
{
background-color: #40F06C;
}
</style>
border-color css
<style>
span { border-color: #40F06C; }
span { border-color: rgb(64,240,108); }
td.TdClassName
{
border-color: #40F06C;
}
.TagClassName
{
border-color: #40F06C;
}
</style>