Shades of Emerald #40F485
Tints of Emerald #40F485
RGB
CMYK
RGB Variations
Color information
#40F485 (or 0x40F485) is known color: Emerald. HEX triplet: 40, F4 and 85. RGB value is (64,244,133). Sum of RGB (Red+Green+Blue) = 64+244+133=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #40F485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F485 is #BF0B7A. Grayscale: #B1B1B1. Windows color (decimal): -12520315 or 8778816. OLE color: 8778816.
HSL color Cylindrical-coordinate representation of color #40F485: hue angle of 143º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F485 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 244 | 133 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.04 |
| HSL | 143º | 0.89% | 0.6% | - |
| HSV(B) | 143º | 0.74% | 0.96% | - |
| XYZ | 38.7 | 67.48 | 33.18 | - |
| YUV | 177.53 | 102.87 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 244 | 133 | 0.74 | 0 | 0.45 | 0.04 | 143 | 0.89 | 0.6 |
| Hex | 40 | F4 | 85 | 4A | 0 | 2D | 4 | 8F | 59 | 3C |
| Octal | 100 | 364 | 205 | 112 | 0 | 55 | 4 | 217 | 131 | 74 |
| Binary | 1000000 | 11110100 | 10000101 | 1001010 | 0 | 101101 | 100 | 10001111 | 1011001 | 111100 |
Color Harmonies of #40F485
Complementary color
Monochromatic Colors of #40F485
Black with #40F485
Text Example
Text Example
White with #40F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F485; }
p { color: rgb(64,244,133); }
H1.HeaderClassName
{
color: #40F485;
}
.AnyTagClassName
{
color: #40F485;
}
</style>
background-color css
<style>
a { background-color: #40F485; }
a { background-color: rgb(64,244,133); }
div.DivClassName
{
background-color: #40F485;
}
.BgClassName
{
background-color: #40F485;
}
</style>
border-color css
<style>
span { border-color: #40F485; }
span { border-color: rgb(64,244,133); }
td.TdClassName
{
border-color: #40F485;
}
.TagClassName
{
border-color: #40F485;
}
</style>