Shades of Emerald #40F386
Tints of Emerald #40F386
RGB
CMYK
RGB Variations
Color information
#40F386 (or 0x40F386) is known color: Emerald. HEX triplet: 40, F3 and 86. RGB value is (64,243,134). Sum of RGB (Red+Green+Blue) = 64+243+134=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #40F386 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F386 is #BF0C79. Grayscale: #B1B1B1. Windows color (decimal): -12520570 or 8844096. OLE color: 8844096.
HSL color Cylindrical-coordinate representation of color #40F386: hue angle of 143.46º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F386 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 134 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.05 |
| HSL | 143.46º | 0.88% | 0.6% | - |
| HSV(B) | 143.46º | 0.74% | 0.95% | - |
| XYZ | 38.47 | 66.91 | 33.44 | - |
| YUV | 177.05 | 103.7 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 134 | 0.74 | 0 | 0.45 | 0.05 | 143.46 | 0.88 | 0.6 |
| Hex | 40 | F3 | 86 | 4A | 0 | 2D | 5 | 8F | 58 | 3C |
| Octal | 100 | 363 | 206 | 112 | 0 | 55 | 5 | 217 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10000110 | 1001010 | 0 | 101101 | 101 | 10001111 | 1011000 | 111100 |
Color Harmonies of #40F386
Complementary color
Monochromatic Colors of #40F386
Black with #40F386
Text Example
Text Example
White with #40F386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F386; }
p { color: rgb(64,243,134); }
H1.HeaderClassName
{
color: #40F386;
}
.AnyTagClassName
{
color: #40F386;
}
</style>
background-color css
<style>
a { background-color: #40F386; }
a { background-color: rgb(64,243,134); }
div.DivClassName
{
background-color: #40F386;
}
.BgClassName
{
background-color: #40F386;
}
</style>
border-color css
<style>
span { border-color: #40F386; }
span { border-color: rgb(64,243,134); }
td.TdClassName
{
border-color: #40F386;
}
.TagClassName
{
border-color: #40F386;
}
</style>