Shades of Emerald #40CC75
Tints of Emerald #40CC75
RGB
CMYK
RGB Variations
Color information
#40CC75 (or 0x40CC75) is known color: Emerald. HEX triplet: 40, CC and 75. RGB value is (64,204,117). Sum of RGB (Red+Green+Blue) = 64+204+117=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CC75 is #BF338A. Grayscale: #989898. Windows color (decimal): -12530571 or 7720000. OLE color: 7720000.
HSL color Cylindrical-coordinate representation of color #40CC75: hue angle of 142.71º 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 #40CC75 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 117 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.2 |
| HSL | 142.71º | 0.58% | 0.53% | - |
| HSV(B) | 142.71º | 0.69% | 0.8% | - |
| XYZ | 26.92 | 45.56 | 24.2 | - |
| YUV | 152.22 | 108.12 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 117 | 0.69 | 0 | 0.43 | 0.2 | 142.71 | 0.58 | 0.53 |
| Hex | 40 | CC | 75 | 45 | 0 | 2B | 14 | 8F | 3A | 35 |
| Octal | 100 | 314 | 165 | 105 | 0 | 53 | 24 | 217 | 72 | 65 |
| Binary | 1000000 | 11001100 | 1110101 | 1000101 | 0 | 101011 | 10100 | 10001111 | 111010 | 110101 |
Color Harmonies of #40CC75
Complementary color
Monochromatic Colors of #40CC75
Black with #40CC75
Text Example
Text Example
White with #40CC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC75; }
p { color: rgb(64,204,117); }
H1.HeaderClassName
{
color: #40CC75;
}
.AnyTagClassName
{
color: #40CC75;
}
</style>
background-color css
<style>
a { background-color: #40CC75; }
a { background-color: rgb(64,204,117); }
div.DivClassName
{
background-color: #40CC75;
}
.BgClassName
{
background-color: #40CC75;
}
</style>
border-color css
<style>
span { border-color: #40CC75; }
span { border-color: rgb(64,204,117); }
td.TdClassName
{
border-color: #40CC75;
}
.TagClassName
{
border-color: #40CC75;
}
</style>