Shades of Emerald #64C17C
Tints of Emerald #64C17C
RGB
CMYK
RGB Variations
Color information
#64C17C (or 0x64C17C) is known color: Emerald. HEX triplet: 64, C1 and 7C. RGB value is (100,193,124). Sum of RGB (Red+Green+Blue) = 100+193+124=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #64C17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C17C is #9B3E83. Grayscale: #9D9D9D. Windows color (decimal): -10174084 or 8175972. OLE color: 8175972.
HSL color Cylindrical-coordinate representation of color #64C17C: hue angle of 135.48º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C17C is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 124 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.24 |
| HSL | 135.48º | 0.43% | 0.57% | - |
| HSV(B) | 135.48º | 0.48% | 0.76% | - |
| XYZ | 27.96 | 42.3 | 25.76 | - |
| YUV | 157.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 124 | 0.48 | 0 | 0.36 | 0.24 | 135.48 | 0.43 | 0.57 |
| Hex | 64 | C1 | 7C | 30 | 0 | 24 | 18 | 87 | 2B | 39 |
| Octal | 144 | 301 | 174 | 60 | 0 | 44 | 30 | 207 | 53 | 71 |
| Binary | 1100100 | 11000001 | 1111100 | 110000 | 0 | 100100 | 11000 | 10000111 | 101011 | 111001 |
Color Harmonies of #64C17C
Complementary color
Monochromatic Colors of #64C17C
Black with #64C17C
Text Example
Text Example
White with #64C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C17C; }
p { color: rgb(100,193,124); }
H1.HeaderClassName
{
color: #64C17C;
}
.AnyTagClassName
{
color: #64C17C;
}
</style>
background-color css
<style>
a { background-color: #64C17C; }
a { background-color: rgb(100,193,124); }
div.DivClassName
{
background-color: #64C17C;
}
.BgClassName
{
background-color: #64C17C;
}
</style>
border-color css
<style>
span { border-color: #64C17C; }
span { border-color: rgb(100,193,124); }
td.TdClassName
{
border-color: #64C17C;
}
.TagClassName
{
border-color: #64C17C;
}
</style>