Shades of Emerald #64CC7B
Tints of Emerald #64CC7B
RGB
CMYK
RGB Variations
Color information
#64CC7B (or 0x64CC7B) is known color: Emerald. HEX triplet: 64, CC and 7B. RGB value is (100,204,123). Sum of RGB (Red+Green+Blue) = 100+204+123=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC7B is #9B3384. Grayscale: #A3A3A3. Windows color (decimal): -10171269 or 8113252. OLE color: 8113252.
HSL color Cylindrical-coordinate representation of color #64CC7B: hue angle of 133.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CC7B is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 123 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.2 |
| HSL | 133.27º | 0.5% | 0.6% | - |
| HSV(B) | 133.27º | 0.51% | 0.8% | - |
| XYZ | 30.42 | 47.33 | 26.27 | - |
| YUV | 163.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 123 | 0.51 | 0 | 0.40 | 0.2 | 133.27 | 0.5 | 0.6 |
| Hex | 64 | CC | 7B | 33 | 0 | 28 | 14 | 85 | 32 | 3C |
| Octal | 144 | 314 | 173 | 63 | 0 | 50 | 24 | 205 | 62 | 74 |
| Binary | 1100100 | 11001100 | 1111011 | 110011 | 0 | 101000 | 10100 | 10000101 | 110010 | 111100 |
Color Harmonies of #64CC7B
Complementary color
Monochromatic Colors of #64CC7B
Black with #64CC7B
Text Example
Text Example
White with #64CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC7B; }
p { color: rgb(100,204,123); }
H1.HeaderClassName
{
color: #64CC7B;
}
.AnyTagClassName
{
color: #64CC7B;
}
</style>
background-color css
<style>
a { background-color: #64CC7B; }
a { background-color: rgb(100,204,123); }
div.DivClassName
{
background-color: #64CC7B;
}
.BgClassName
{
background-color: #64CC7B;
}
</style>
border-color css
<style>
span { border-color: #64CC7B; }
span { border-color: rgb(100,204,123); }
td.TdClassName
{
border-color: #64CC7B;
}
.TagClassName
{
border-color: #64CC7B;
}
</style>