Shades of Emerald #64E38C
Tints of Emerald #64E38C
RGB
CMYK
RGB Variations
Color information
#64E38C (or 0x64E38C) is known color: Emerald. HEX triplet: 64, E3 and 8C. RGB value is (100,227,140). Sum of RGB (Red+Green+Blue) = 100+227+140=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #64E38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E38C is #9B1C73. Grayscale: #B3B3B3. Windows color (decimal): -10165364 or 9233252. OLE color: 9233252.
HSL color Cylindrical-coordinate representation of color #64E38C: hue angle of 138.9º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E38C is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 140 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.11 |
| HSL | 138.9º | 0.69% | 0.64% | - |
| HSV(B) | 138.9º | 0.56% | 0.89% | - |
| XYZ | 37.46 | 59.54 | 34.33 | - |
| YUV | 179.11 | 105.92 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 140 | 0.56 | 0 | 0.38 | 0.11 | 138.9 | 0.69 | 0.64 |
| Hex | 64 | E3 | 8C | 38 | 0 | 26 | B | 8B | 45 | 40 |
| Octal | 144 | 343 | 214 | 70 | 0 | 46 | 13 | 213 | 105 | 100 |
| Binary | 1100100 | 11100011 | 10001100 | 111000 | 0 | 100110 | 1011 | 10001011 | 1000101 | 1000000 |
Color Harmonies of #64E38C
Complementary color
Monochromatic Colors of #64E38C
Black with #64E38C
Text Example
Text Example
White with #64E38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E38C; }
p { color: rgb(100,227,140); }
H1.HeaderClassName
{
color: #64E38C;
}
.AnyTagClassName
{
color: #64E38C;
}
</style>
background-color css
<style>
a { background-color: #64E38C; }
a { background-color: rgb(100,227,140); }
div.DivClassName
{
background-color: #64E38C;
}
.BgClassName
{
background-color: #64E38C;
}
</style>
border-color css
<style>
span { border-color: #64E38C; }
span { border-color: rgb(100,227,140); }
td.TdClassName
{
border-color: #64E38C;
}
.TagClassName
{
border-color: #64E38C;
}
</style>