Shades of Emerald #64C97D
Tints of Emerald #64C97D
RGB
CMYK
RGB Variations
Color information
#64C97D (or 0x64C97D) is known color: Emerald. HEX triplet: 64, C9 and 7D. RGB value is (100,201,125). Sum of RGB (Red+Green+Blue) = 100+201+125=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #64C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C97D is #9B3682. Grayscale: #A2A2A2. Windows color (decimal): -10172035 or 8243556. OLE color: 8243556.
HSL color Cylindrical-coordinate representation of color #64C97D: hue angle of 134.85º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C97D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 125 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.21 |
| HSL | 134.85º | 0.48% | 0.59% | - |
| HSV(B) | 134.85º | 0.5% | 0.79% | - |
| XYZ | 29.84 | 45.96 | 26.7 | - |
| YUV | 162.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 125 | 0.50 | 0 | 0.38 | 0.21 | 134.85 | 0.48 | 0.59 |
| Hex | 64 | C9 | 7D | 32 | 0 | 26 | 15 | 87 | 30 | 3B |
| Octal | 144 | 311 | 175 | 62 | 0 | 46 | 25 | 207 | 60 | 73 |
| Binary | 1100100 | 11001001 | 1111101 | 110010 | 0 | 100110 | 10101 | 10000111 | 110000 | 111011 |
Color Harmonies of #64C97D
Complementary color
Monochromatic Colors of #64C97D
Black with #64C97D
Text Example
Text Example
White with #64C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C97D; }
p { color: rgb(100,201,125); }
H1.HeaderClassName
{
color: #64C97D;
}
.AnyTagClassName
{
color: #64C97D;
}
</style>
background-color css
<style>
a { background-color: #64C97D; }
a { background-color: rgb(100,201,125); }
div.DivClassName
{
background-color: #64C97D;
}
.BgClassName
{
background-color: #64C97D;
}
</style>
border-color css
<style>
span { border-color: #64C97D; }
span { border-color: rgb(100,201,125); }
td.TdClassName
{
border-color: #64C97D;
}
.TagClassName
{
border-color: #64C97D;
}
</style>