Shades of Emerald #64D47B
Tints of Emerald #64D47B
RGB
CMYK
RGB Variations
Color information
#64D47B (or 0x64D47B) is known color: Emerald. HEX triplet: 64, D4 and 7B. RGB value is (100,212,123). Sum of RGB (Red+Green+Blue) = 100+212+123=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #64D47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D47B is #9B2B84. Grayscale: #A8A8A8. Windows color (decimal): -10169221 or 8115300. OLE color: 8115300.
HSL color Cylindrical-coordinate representation of color #64D47B: hue angle of 132.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D47B is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 123 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.17 |
| HSL | 132.32º | 0.57% | 0.61% | - |
| HSV(B) | 132.32º | 0.53% | 0.83% | - |
| XYZ | 32.37 | 51.23 | 26.92 | - |
| YUV | 168.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 123 | 0.53 | 0 | 0.42 | 0.17 | 132.32 | 0.57 | 0.61 |
| Hex | 64 | D4 | 7B | 35 | 0 | 2A | 11 | 84 | 39 | 3D |
| Octal | 144 | 324 | 173 | 65 | 0 | 52 | 21 | 204 | 71 | 75 |
| Binary | 1100100 | 11010100 | 1111011 | 110101 | 0 | 101010 | 10001 | 10000100 | 111001 | 111101 |
Color Harmonies of #64D47B
Complementary color
Monochromatic Colors of #64D47B
Black with #64D47B
Text Example
Text Example
White with #64D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D47B; }
p { color: rgb(100,212,123); }
H1.HeaderClassName
{
color: #64D47B;
}
.AnyTagClassName
{
color: #64D47B;
}
</style>
background-color css
<style>
a { background-color: #64D47B; }
a { background-color: rgb(100,212,123); }
div.DivClassName
{
background-color: #64D47B;
}
.BgClassName
{
background-color: #64D47B;
}
</style>
border-color css
<style>
span { border-color: #64D47B; }
span { border-color: rgb(100,212,123); }
td.TdClassName
{
border-color: #64D47B;
}
.TagClassName
{
border-color: #64D47B;
}
</style>