Shades of Emerald #40F981
Tints of Emerald #40F981
RGB
CMYK
RGB Variations
Color information
#40F981 (or 0x40F981) is known color: Emerald. HEX triplet: 40, F9 and 81. RGB value is (64,249,129). Sum of RGB (Red+Green+Blue) = 64+249+129=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #40F981 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F981 is #BF067E. Grayscale: #B4B4B4. Windows color (decimal): -12519039 or 8517952. OLE color: 8517952.
HSL color Cylindrical-coordinate representation of color #40F981: hue angle of 141.08º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F981 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 129 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.02 |
| HSL | 141.08º | 0.94% | 0.61% | - |
| HSV(B) | 141.08º | 0.74% | 0.98% | - |
| XYZ | 39.95 | 70.43 | 32.26 | - |
| YUV | 180.01 | 99.21 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 129 | 0.74 | 0 | 0.48 | 0.02 | 141.08 | 0.94 | 0.61 |
| Hex | 40 | F9 | 81 | 4A | 0 | 30 | 2 | 8D | 5E | 3D |
| Octal | 100 | 371 | 201 | 112 | 0 | 60 | 2 | 215 | 136 | 75 |
| Binary | 1000000 | 11111001 | 10000001 | 1001010 | 0 | 110000 | 10 | 10001101 | 1011110 | 111101 |
Color Harmonies of #40F981
Complementary color
Monochromatic Colors of #40F981
Black with #40F981
Text Example
Text Example
White with #40F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F981; }
p { color: rgb(64,249,129); }
H1.HeaderClassName
{
color: #40F981;
}
.AnyTagClassName
{
color: #40F981;
}
</style>
background-color css
<style>
a { background-color: #40F981; }
a { background-color: rgb(64,249,129); }
div.DivClassName
{
background-color: #40F981;
}
.BgClassName
{
background-color: #40F981;
}
</style>
border-color css
<style>
span { border-color: #40F981; }
span { border-color: rgb(64,249,129); }
td.TdClassName
{
border-color: #40F981;
}
.TagClassName
{
border-color: #40F981;
}
</style>