Shades of Emerald #40F888
Tints of Emerald #40F888
RGB
CMYK
RGB Variations
Color information
#40F888 (or 0x40F888) is known color: Emerald. HEX triplet: 40, F8 and 88. RGB value is (64,248,136). Sum of RGB (Red+Green+Blue) = 64+248+136=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #40F888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F888 is #BF0777. Grayscale: #B4B4B4. Windows color (decimal): -12519288 or 8976448. OLE color: 8976448.
HSL color Cylindrical-coordinate representation of color #40F888: hue angle of 143.48º 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 #40F888 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 136 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.03 |
| HSL | 143.48º | 0.93% | 0.61% | - |
| HSV(B) | 143.48º | 0.74% | 0.97% | - |
| XYZ | 40.13 | 70 | 34.69 | - |
| YUV | 180.22 | 103.04 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 136 | 0.74 | 0 | 0.45 | 0.03 | 143.48 | 0.93 | 0.61 |
| Hex | 40 | F8 | 88 | 4A | 0 | 2D | 3 | 8F | 5D | 3D |
| Octal | 100 | 370 | 210 | 112 | 0 | 55 | 3 | 217 | 135 | 75 |
| Binary | 1000000 | 11111000 | 10001000 | 1001010 | 0 | 101101 | 11 | 10001111 | 1011101 | 111101 |
Color Harmonies of #40F888
Complementary color
Monochromatic Colors of #40F888
Black with #40F888
Text Example
Text Example
White with #40F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F888; }
p { color: rgb(64,248,136); }
H1.HeaderClassName
{
color: #40F888;
}
.AnyTagClassName
{
color: #40F888;
}
</style>
background-color css
<style>
a { background-color: #40F888; }
a { background-color: rgb(64,248,136); }
div.DivClassName
{
background-color: #40F888;
}
.BgClassName
{
background-color: #40F888;
}
</style>
border-color css
<style>
span { border-color: #40F888; }
span { border-color: rgb(64,248,136); }
td.TdClassName
{
border-color: #40F888;
}
.TagClassName
{
border-color: #40F888;
}
</style>