Shades of Emerald #40CD83
Tints of Emerald #40CD83
RGB
CMYK
RGB Variations
Color information
#40CD83 (or 0x40CD83) is known color: Emerald. HEX triplet: 40, CD and 83. RGB value is (64,205,131). Sum of RGB (Red+Green+Blue) = 64+205+131=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD83 is #BF327C. Grayscale: #9A9A9A. Windows color (decimal): -12530301 or 8637760. OLE color: 8637760.
HSL color Cylindrical-coordinate representation of color #40CD83: hue angle of 148.51º degrees, saturation: 0.59, 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 #40CD83 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 131 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.20 |
| HSL | 148.51º | 0.59% | 0.53% | - |
| HSV(B) | 148.51º | 0.69% | 0.8% | - |
| XYZ | 28.04 | 46.39 | 28.95 | - |
| YUV | 154.41 | 114.79 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 131 | 0.69 | 0 | 0.36 | 0.20 | 148.51 | 0.59 | 0.53 |
| Hex | 40 | CD | 83 | 45 | 0 | 24 | 14 | 95 | 3B | 35 |
| Octal | 100 | 315 | 203 | 105 | 0 | 44 | 24 | 225 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10000011 | 1000101 | 0 | 100100 | 10100 | 10010101 | 111011 | 110101 |
Color Harmonies of #40CD83
Complementary color
Monochromatic Colors of #40CD83
Black with #40CD83
Text Example
Text Example
White with #40CD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD83; }
p { color: rgb(64,205,131); }
H1.HeaderClassName
{
color: #40CD83;
}
.AnyTagClassName
{
color: #40CD83;
}
</style>
background-color css
<style>
a { background-color: #40CD83; }
a { background-color: rgb(64,205,131); }
div.DivClassName
{
background-color: #40CD83;
}
.BgClassName
{
background-color: #40CD83;
}
</style>
border-color css
<style>
span { border-color: #40CD83; }
span { border-color: rgb(64,205,131); }
td.TdClassName
{
border-color: #40CD83;
}
.TagClassName
{
border-color: #40CD83;
}
</style>