Shades of Emerald #40D484
Tints of Emerald #40D484
RGB
CMYK
RGB Variations
Color information
#40D484 (or 0x40D484) is known color: Emerald. HEX triplet: 40, D4 and 84. RGB value is (64,212,132). Sum of RGB (Red+Green+Blue) = 64+212+132=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #40D484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D484 is #BF2B7B. Grayscale: #9E9E9E. Windows color (decimal): -12528508 or 8705088. OLE color: 8705088.
HSL color Cylindrical-coordinate representation of color #40D484: hue angle of 147.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D484 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 132 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.17 |
| HSL | 147.57º | 0.63% | 0.54% | - |
| HSV(B) | 147.57º | 0.7% | 0.83% | - |
| XYZ | 29.82 | 49.84 | 29.88 | - |
| YUV | 158.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 132 | 0.70 | 0 | 0.38 | 0.17 | 147.57 | 0.63 | 0.54 |
| Hex | 40 | D4 | 84 | 46 | 0 | 26 | 11 | 94 | 3F | 36 |
| Octal | 100 | 324 | 204 | 106 | 0 | 46 | 21 | 224 | 77 | 66 |
| Binary | 1000000 | 11010100 | 10000100 | 1000110 | 0 | 100110 | 10001 | 10010100 | 111111 | 110110 |
Color Harmonies of #40D484
Complementary color
Monochromatic Colors of #40D484
Black with #40D484
Text Example
Text Example
White with #40D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D484; }
p { color: rgb(64,212,132); }
H1.HeaderClassName
{
color: #40D484;
}
.AnyTagClassName
{
color: #40D484;
}
</style>
background-color css
<style>
a { background-color: #40D484; }
a { background-color: rgb(64,212,132); }
div.DivClassName
{
background-color: #40D484;
}
.BgClassName
{
background-color: #40D484;
}
</style>
border-color css
<style>
span { border-color: #40D484; }
span { border-color: rgb(64,212,132); }
td.TdClassName
{
border-color: #40D484;
}
.TagClassName
{
border-color: #40D484;
}
</style>