Shades of Emerald #40F388
Tints of Emerald #40F388
RGB
CMYK
RGB Variations
Color information
#40F388 (or 0x40F388) is known color: Emerald. HEX triplet: 40, F3 and 88. RGB value is (64,243,136). Sum of RGB (Red+Green+Blue) = 64+243+136=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #40F388 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F388 is #BF0C77. Grayscale: #B1B1B1. Windows color (decimal): -12520568 or 8975168. OLE color: 8975168.
HSL color Cylindrical-coordinate representation of color #40F388: hue angle of 144.13º 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 #40F388 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 136 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.05 |
| HSL | 144.13º | 0.88% | 0.6% | - |
| HSV(B) | 144.13º | 0.74% | 0.95% | - |
| XYZ | 38.61 | 66.97 | 34.18 | - |
| YUV | 177.28 | 104.7 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 136 | 0.74 | 0 | 0.44 | 0.05 | 144.13 | 0.88 | 0.6 |
| Hex | 40 | F3 | 88 | 4A | 0 | 2C | 5 | 90 | 58 | 3C |
| Octal | 100 | 363 | 210 | 112 | 0 | 54 | 5 | 220 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10001000 | 1001010 | 0 | 101100 | 101 | 10010000 | 1011000 | 111100 |
Color Harmonies of #40F388
Complementary color
Monochromatic Colors of #40F388
Black with #40F388
Text Example
Text Example
White with #40F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F388; }
p { color: rgb(64,243,136); }
H1.HeaderClassName
{
color: #40F388;
}
.AnyTagClassName
{
color: #40F388;
}
</style>
background-color css
<style>
a { background-color: #40F388; }
a { background-color: rgb(64,243,136); }
div.DivClassName
{
background-color: #40F388;
}
.BgClassName
{
background-color: #40F388;
}
</style>
border-color css
<style>
span { border-color: #40F388; }
span { border-color: rgb(64,243,136); }
td.TdClassName
{
border-color: #40F388;
}
.TagClassName
{
border-color: #40F388;
}
</style>