Shades of Emerald #40CD77
Tints of Emerald #40CD77
RGB
CMYK
RGB Variations
Color information
#40CD77 (or 0x40CD77) is known color: Emerald. HEX triplet: 40, CD and 77. RGB value is (64,205,119). Sum of RGB (Red+Green+Blue) = 64+205+119=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD77 is #BF3288. Grayscale: #999999. Windows color (decimal): -12530313 or 7851328. OLE color: 7851328.
HSL color Cylindrical-coordinate representation of color #40CD77: hue angle of 143.4º 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 #40CD77 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 119 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.20 |
| HSL | 143.4º | 0.59% | 0.53% | - |
| HSV(B) | 143.4º | 0.69% | 0.8% | - |
| XYZ | 27.28 | 46.08 | 24.91 | - |
| YUV | 153.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 119 | 0.69 | 0 | 0.42 | 0.20 | 143.4 | 0.59 | 0.53 |
| Hex | 40 | CD | 77 | 45 | 0 | 2A | 14 | 8F | 3B | 35 |
| Octal | 100 | 315 | 167 | 105 | 0 | 52 | 24 | 217 | 73 | 65 |
| Binary | 1000000 | 11001101 | 1110111 | 1000101 | 0 | 101010 | 10100 | 10001111 | 111011 | 110101 |
Color Harmonies of #40CD77
Complementary color
Monochromatic Colors of #40CD77
Black with #40CD77
Text Example
Text Example
White with #40CD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD77; }
p { color: rgb(64,205,119); }
H1.HeaderClassName
{
color: #40CD77;
}
.AnyTagClassName
{
color: #40CD77;
}
</style>
background-color css
<style>
a { background-color: #40CD77; }
a { background-color: rgb(64,205,119); }
div.DivClassName
{
background-color: #40CD77;
}
.BgClassName
{
background-color: #40CD77;
}
</style>
border-color css
<style>
span { border-color: #40CD77; }
span { border-color: rgb(64,205,119); }
td.TdClassName
{
border-color: #40CD77;
}
.TagClassName
{
border-color: #40CD77;
}
</style>