Shades of Emerald #40CD68
Tints of Emerald #40CD68
RGB
CMYK
RGB Variations
Color information
#40CD68 (or 0x40CD68) is known color: Emerald. HEX triplet: 40, CD and 68. RGB value is (64,205,104). Sum of RGB (Red+Green+Blue) = 64+205+104=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD68 is #BF3297. Grayscale: #979797. Windows color (decimal): -12530328 or 6868288. OLE color: 6868288.
HSL color Cylindrical-coordinate representation of color #40CD68: hue angle of 137.02º 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 #40CD68 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 104 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.20 |
| HSL | 137.02º | 0.59% | 0.53% | - |
| HSV(B) | 137.02º | 0.69% | 0.8% | - |
| XYZ | 26.44 | 45.75 | 20.53 | - |
| YUV | 151.33 | 101.29 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 104 | 0.69 | 0 | 0.49 | 0.20 | 137.02 | 0.59 | 0.53 |
| Hex | 40 | CD | 68 | 45 | 0 | 31 | 14 | 89 | 3B | 35 |
| Octal | 100 | 315 | 150 | 105 | 0 | 61 | 24 | 211 | 73 | 65 |
| Binary | 1000000 | 11001101 | 1101000 | 1000101 | 0 | 110001 | 10100 | 10001001 | 111011 | 110101 |
Color Harmonies of #40CD68
Complementary color
Monochromatic Colors of #40CD68
Black with #40CD68
Text Example
Text Example
White with #40CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD68; }
p { color: rgb(64,205,104); }
H1.HeaderClassName
{
color: #40CD68;
}
.AnyTagClassName
{
color: #40CD68;
}
</style>
background-color css
<style>
a { background-color: #40CD68; }
a { background-color: rgb(64,205,104); }
div.DivClassName
{
background-color: #40CD68;
}
.BgClassName
{
background-color: #40CD68;
}
</style>
border-color css
<style>
span { border-color: #40CD68; }
span { border-color: rgb(64,205,104); }
td.TdClassName
{
border-color: #40CD68;
}
.TagClassName
{
border-color: #40CD68;
}
</style>