Shades of Emerald #64CD7A
Tints of Emerald #64CD7A
RGB
CMYK
RGB Variations
Color information
#64CD7A (or 0x64CD7A) is known color: Emerald. HEX triplet: 64, CD and 7A. RGB value is (100,205,122). Sum of RGB (Red+Green+Blue) = 100+205+122=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD7A is #9B3285. Grayscale: #A4A4A4. Windows color (decimal): -10171014 or 8047972. OLE color: 8047972.
HSL color Cylindrical-coordinate representation of color #64CD7A: hue angle of 132.57º degrees, saturation: 0.51, 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 #64CD7A is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 122 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.20 |
| HSL | 132.57º | 0.51% | 0.6% | - |
| HSV(B) | 132.57º | 0.51% | 0.8% | - |
| XYZ | 30.6 | 47.78 | 26.02 | - |
| YUV | 164.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 122 | 0.51 | 0 | 0.40 | 0.20 | 132.57 | 0.51 | 0.6 |
| Hex | 64 | CD | 7A | 33 | 0 | 28 | 14 | 85 | 33 | 3C |
| Octal | 144 | 315 | 172 | 63 | 0 | 50 | 24 | 205 | 63 | 74 |
| Binary | 1100100 | 11001101 | 1111010 | 110011 | 0 | 101000 | 10100 | 10000101 | 110011 | 111100 |
Color Harmonies of #64CD7A
Complementary color
Monochromatic Colors of #64CD7A
Black with #64CD7A
Text Example
Text Example
White with #64CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD7A; }
p { color: rgb(100,205,122); }
H1.HeaderClassName
{
color: #64CD7A;
}
.AnyTagClassName
{
color: #64CD7A;
}
</style>
background-color css
<style>
a { background-color: #64CD7A; }
a { background-color: rgb(100,205,122); }
div.DivClassName
{
background-color: #64CD7A;
}
.BgClassName
{
background-color: #64CD7A;
}
</style>
border-color css
<style>
span { border-color: #64CD7A; }
span { border-color: rgb(100,205,122); }
td.TdClassName
{
border-color: #64CD7A;
}
.TagClassName
{
border-color: #64CD7A;
}
</style>