Shades of Emerald #40CC84
Tints of Emerald #40CC84
RGB
CMYK
RGB Variations
Color information
#40CC84 (or 0x40CC84) is known color: Emerald. HEX triplet: 40, CC and 84. RGB value is (64,204,132). Sum of RGB (Red+Green+Blue) = 64+204+132=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CC84 is #BF337B. Grayscale: #9A9A9A. Windows color (decimal): -12530556 or 8703040. OLE color: 8703040.
HSL color Cylindrical-coordinate representation of color #40CC84: hue angle of 149.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC84 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 132 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.2 |
| HSL | 149.14º | 0.58% | 0.53% | - |
| HSV(B) | 149.14º | 0.69% | 0.8% | - |
| XYZ | 27.87 | 45.94 | 29.23 | - |
| YUV | 153.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 132 | 0.69 | 0 | 0.35 | 0.2 | 149.14 | 0.58 | 0.53 |
| Hex | 40 | CC | 84 | 45 | 0 | 23 | 14 | 95 | 3A | 35 |
| Octal | 100 | 314 | 204 | 105 | 0 | 43 | 24 | 225 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10000100 | 1000101 | 0 | 100011 | 10100 | 10010101 | 111010 | 110101 |
Color Harmonies of #40CC84
Complementary color
Monochromatic Colors of #40CC84
Black with #40CC84
Text Example
Text Example
White with #40CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC84; }
p { color: rgb(64,204,132); }
H1.HeaderClassName
{
color: #40CC84;
}
.AnyTagClassName
{
color: #40CC84;
}
</style>
background-color css
<style>
a { background-color: #40CC84; }
a { background-color: rgb(64,204,132); }
div.DivClassName
{
background-color: #40CC84;
}
.BgClassName
{
background-color: #40CC84;
}
</style>
border-color css
<style>
span { border-color: #40CC84; }
span { border-color: rgb(64,204,132); }
td.TdClassName
{
border-color: #40CC84;
}
.TagClassName
{
border-color: #40CC84;
}
</style>