Shades of Emerald #40F880
Tints of Emerald #40F880
RGB
CMYK
RGB Variations
Color information
#40F880 (or 0x40F880) is known color: Emerald. HEX triplet: 40, F8 and 80. RGB value is (64,248,128). Sum of RGB (Red+Green+Blue) = 64+248+128=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #40F880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F880 is #BF077F. Grayscale: #B3B3B3. Windows color (decimal): -12519296 or 8452160. OLE color: 8452160.
HSL color Cylindrical-coordinate representation of color #40F880: hue angle of 140.87º degrees, saturation: 0.93, 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 #40F880 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 128 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.03 |
| HSL | 140.87º | 0.93% | 0.61% | - |
| HSV(B) | 140.87º | 0.74% | 0.97% | - |
| XYZ | 39.58 | 69.78 | 31.81 | - |
| YUV | 179.3 | 99.04 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 128 | 0.74 | 0 | 0.48 | 0.03 | 140.87 | 0.93 | 0.61 |
| Hex | 40 | F8 | 80 | 4A | 0 | 30 | 3 | 8D | 5D | 3D |
| Octal | 100 | 370 | 200 | 112 | 0 | 60 | 3 | 215 | 135 | 75 |
| Binary | 1000000 | 11111000 | 10000000 | 1001010 | 0 | 110000 | 11 | 10001101 | 1011101 | 111101 |
Color Harmonies of #40F880
Complementary color
Monochromatic Colors of #40F880
Black with #40F880
Text Example
Text Example
White with #40F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F880; }
p { color: rgb(64,248,128); }
H1.HeaderClassName
{
color: #40F880;
}
.AnyTagClassName
{
color: #40F880;
}
</style>
background-color css
<style>
a { background-color: #40F880; }
a { background-color: rgb(64,248,128); }
div.DivClassName
{
background-color: #40F880;
}
.BgClassName
{
background-color: #40F880;
}
</style>
border-color css
<style>
span { border-color: #40F880; }
span { border-color: rgb(64,248,128); }
td.TdClassName
{
border-color: #40F880;
}
.TagClassName
{
border-color: #40F880;
}
</style>