Shades of Emerald #64BE7D
Tints of Emerald #64BE7D
RGB
CMYK
RGB Variations
Color information
#64BE7D (or 0x64BE7D) is known color: Emerald. HEX triplet: 64, BE and 7D. RGB value is (100,190,125). Sum of RGB (Red+Green+Blue) = 100+190+125=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE7D is #9B4182. Grayscale: #9B9B9B. Windows color (decimal): -10174851 or 8240740. OLE color: 8240740.
HSL color Cylindrical-coordinate representation of color #64BE7D: hue angle of 136.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE7D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 125 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.25 |
| HSL | 136.67º | 0.41% | 0.57% | - |
| HSV(B) | 136.67º | 0.47% | 0.75% | - |
| XYZ | 27.37 | 41.02 | 25.88 | - |
| YUV | 155.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 125 | 0.47 | 0 | 0.34 | 0.25 | 136.67 | 0.41 | 0.57 |
| Hex | 64 | BE | 7D | 2F | 0 | 22 | 19 | 89 | 29 | 39 |
| Octal | 144 | 276 | 175 | 57 | 0 | 42 | 31 | 211 | 51 | 71 |
| Binary | 1100100 | 10111110 | 1111101 | 101111 | 0 | 100010 | 11001 | 10001001 | 101001 | 111001 |
Color Harmonies of #64BE7D
Complementary color
Monochromatic Colors of #64BE7D
Black with #64BE7D
Text Example
Text Example
White with #64BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE7D; }
p { color: rgb(100,190,125); }
H1.HeaderClassName
{
color: #64BE7D;
}
.AnyTagClassName
{
color: #64BE7D;
}
</style>
background-color css
<style>
a { background-color: #64BE7D; }
a { background-color: rgb(100,190,125); }
div.DivClassName
{
background-color: #64BE7D;
}
.BgClassName
{
background-color: #64BE7D;
}
</style>
border-color css
<style>
span { border-color: #64BE7D; }
span { border-color: rgb(100,190,125); }
td.TdClassName
{
border-color: #64BE7D;
}
.TagClassName
{
border-color: #64BE7D;
}
</style>