Shades of Emerald #40CF84
Tints of Emerald #40CF84
RGB
CMYK
RGB Variations
Color information
#40CF84 (or 0x40CF84) is known color: Emerald. HEX triplet: 40, CF and 84. RGB value is (64,207,132). Sum of RGB (Red+Green+Blue) = 64+207+132=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF84 is #BF307B. Grayscale: #9B9B9B. Windows color (decimal): -12529788 or 8703808. OLE color: 8703808.
HSL color Cylindrical-coordinate representation of color #40CF84: hue angle of 148.53º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF84 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 132 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.19 |
| HSL | 148.53º | 0.6% | 0.53% | - |
| HSV(B) | 148.53º | 0.69% | 0.81% | - |
| XYZ | 28.59 | 47.38 | 29.47 | - |
| YUV | 155.69 | 114.62 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 132 | 0.69 | 0 | 0.36 | 0.19 | 148.53 | 0.6 | 0.53 |
| Hex | 40 | CF | 84 | 45 | 0 | 24 | 13 | 95 | 3C | 35 |
| Octal | 100 | 317 | 204 | 105 | 0 | 44 | 23 | 225 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10000100 | 1000101 | 0 | 100100 | 10011 | 10010101 | 111100 | 110101 |
Color Harmonies of #40CF84
Complementary color
Monochromatic Colors of #40CF84
Black with #40CF84
Text Example
Text Example
White with #40CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF84; }
p { color: rgb(64,207,132); }
H1.HeaderClassName
{
color: #40CF84;
}
.AnyTagClassName
{
color: #40CF84;
}
</style>
background-color css
<style>
a { background-color: #40CF84; }
a { background-color: rgb(64,207,132); }
div.DivClassName
{
background-color: #40CF84;
}
.BgClassName
{
background-color: #40CF84;
}
</style>
border-color css
<style>
span { border-color: #40CF84; }
span { border-color: rgb(64,207,132); }
td.TdClassName
{
border-color: #40CF84;
}
.TagClassName
{
border-color: #40CF84;
}
</style>