Shades of Emerald #40F881
Tints of Emerald #40F881
RGB
CMYK
RGB Variations
Color information
#40F881 (or 0x40F881) is known color: Emerald. HEX triplet: 40, F8 and 81. RGB value is (64,248,129). Sum of RGB (Red+Green+Blue) = 64+248+129=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #40F881 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F881 is #BF077E. Grayscale: #B3B3B3. Windows color (decimal): -12519295 or 8517696. OLE color: 8517696.
HSL color Cylindrical-coordinate representation of color #40F881: hue angle of 141.2º 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 #40F881 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 129 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.03 |
| HSL | 141.2º | 0.93% | 0.61% | - |
| HSV(B) | 141.2º | 0.74% | 0.97% | - |
| XYZ | 39.64 | 69.81 | 32.15 | - |
| YUV | 179.42 | 99.54 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 129 | 0.74 | 0 | 0.48 | 0.03 | 141.2 | 0.93 | 0.61 |
| Hex | 40 | F8 | 81 | 4A | 0 | 30 | 3 | 8D | 5D | 3D |
| Octal | 100 | 370 | 201 | 112 | 0 | 60 | 3 | 215 | 135 | 75 |
| Binary | 1000000 | 11111000 | 10000001 | 1001010 | 0 | 110000 | 11 | 10001101 | 1011101 | 111101 |
Color Harmonies of #40F881
Complementary color
Monochromatic Colors of #40F881
Black with #40F881
Text Example
Text Example
White with #40F881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F881; }
p { color: rgb(64,248,129); }
H1.HeaderClassName
{
color: #40F881;
}
.AnyTagClassName
{
color: #40F881;
}
</style>
background-color css
<style>
a { background-color: #40F881; }
a { background-color: rgb(64,248,129); }
div.DivClassName
{
background-color: #40F881;
}
.BgClassName
{
background-color: #40F881;
}
</style>
border-color css
<style>
span { border-color: #40F881; }
span { border-color: rgb(64,248,129); }
td.TdClassName
{
border-color: #40F881;
}
.TagClassName
{
border-color: #40F881;
}
</style>