Shades of Emerald #40CA7A
Tints of Emerald #40CA7A
RGB
CMYK
RGB Variations
Color information
#40CA7A (or 0x40CA7A) is known color: Emerald. HEX triplet: 40, CA and 7A. RGB value is (64,202,122). Sum of RGB (Red+Green+Blue) = 64+202+122=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA7A is #BF3585. Grayscale: #979797. Windows color (decimal): -12531078 or 8047168. OLE color: 8047168.
HSL color Cylindrical-coordinate representation of color #40CA7A: hue angle of 145.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA7A is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 122 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.21 |
| HSL | 145.22º | 0.57% | 0.52% | - |
| HSV(B) | 145.22º | 0.68% | 0.79% | - |
| XYZ | 26.75 | 44.74 | 25.64 | - |
| YUV | 151.62 | 111.28 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 122 | 0.68 | 0 | 0.40 | 0.21 | 145.22 | 0.57 | 0.52 |
| Hex | 40 | CA | 7A | 44 | 0 | 28 | 15 | 91 | 39 | 34 |
| Octal | 100 | 312 | 172 | 104 | 0 | 50 | 25 | 221 | 71 | 64 |
| Binary | 1000000 | 11001010 | 1111010 | 1000100 | 0 | 101000 | 10101 | 10010001 | 111001 | 110100 |
Color Harmonies of #40CA7A
Complementary color
Monochromatic Colors of #40CA7A
Black with #40CA7A
Text Example
Text Example
White with #40CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA7A; }
p { color: rgb(64,202,122); }
H1.HeaderClassName
{
color: #40CA7A;
}
.AnyTagClassName
{
color: #40CA7A;
}
</style>
background-color css
<style>
a { background-color: #40CA7A; }
a { background-color: rgb(64,202,122); }
div.DivClassName
{
background-color: #40CA7A;
}
.BgClassName
{
background-color: #40CA7A;
}
</style>
border-color css
<style>
span { border-color: #40CA7A; }
span { border-color: rgb(64,202,122); }
td.TdClassName
{
border-color: #40CA7A;
}
.TagClassName
{
border-color: #40CA7A;
}
</style>