Shades of Emerald #40F778
Tints of Emerald #40F778
RGB
CMYK
RGB Variations
Color information
#40F778 (or 0x40F778) is known color: Emerald. HEX triplet: 40, F7 and 78. RGB value is (64,247,120). Sum of RGB (Red+Green+Blue) = 64+247+120=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #40F778 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F778 is #BF0887. Grayscale: #B2B2B2. Windows color (decimal): -12519560 or 7927616. OLE color: 7927616.
HSL color Cylindrical-coordinate representation of color #40F778: hue angle of 138.36º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F778 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 120 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.03 |
| HSL | 138.36º | 0.92% | 0.61% | - |
| HSV(B) | 138.36º | 0.74% | 0.97% | - |
| XYZ | 38.77 | 68.97 | 29.04 | - |
| YUV | 177.81 | 95.37 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 120 | 0.74 | 0 | 0.51 | 0.03 | 138.36 | 0.92 | 0.61 |
| Hex | 40 | F7 | 78 | 4A | 0 | 33 | 3 | 8A | 5C | 3D |
| Octal | 100 | 367 | 170 | 112 | 0 | 63 | 3 | 212 | 134 | 75 |
| Binary | 1000000 | 11110111 | 1111000 | 1001010 | 0 | 110011 | 11 | 10001010 | 1011100 | 111101 |
Color Harmonies of #40F778
Complementary color
Monochromatic Colors of #40F778
Black with #40F778
Text Example
Text Example
White with #40F778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F778; }
p { color: rgb(64,247,120); }
H1.HeaderClassName
{
color: #40F778;
}
.AnyTagClassName
{
color: #40F778;
}
</style>
background-color css
<style>
a { background-color: #40F778; }
a { background-color: rgb(64,247,120); }
div.DivClassName
{
background-color: #40F778;
}
.BgClassName
{
background-color: #40F778;
}
</style>
border-color css
<style>
span { border-color: #40F778; }
span { border-color: rgb(64,247,120); }
td.TdClassName
{
border-color: #40F778;
}
.TagClassName
{
border-color: #40F778;
}
</style>