Shades of Emerald #64C27D
Tints of Emerald #64C27D
RGB
CMYK
RGB Variations
Color information
#64C27D (or 0x64C27D) is known color: Emerald. HEX triplet: 64, C2 and 7D. RGB value is (100,194,125). Sum of RGB (Red+Green+Blue) = 100+194+125=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #64C27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C27D is #9B3D82. Grayscale: #9E9E9E. Windows color (decimal): -10173827 or 8241764. OLE color: 8241764.
HSL color Cylindrical-coordinate representation of color #64C27D: hue angle of 135.96º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C27D is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 125 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.24 |
| HSL | 135.96º | 0.44% | 0.58% | - |
| HSV(B) | 135.96º | 0.48% | 0.76% | - |
| XYZ | 28.25 | 42.77 | 26.17 | - |
| YUV | 158.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 125 | 0.48 | 0 | 0.36 | 0.24 | 135.96 | 0.44 | 0.58 |
| Hex | 64 | C2 | 7D | 30 | 0 | 24 | 18 | 88 | 2C | 3A |
| Octal | 144 | 302 | 175 | 60 | 0 | 44 | 30 | 210 | 54 | 72 |
| Binary | 1100100 | 11000010 | 1111101 | 110000 | 0 | 100100 | 11000 | 10001000 | 101100 | 111010 |
Color Harmonies of #64C27D
Complementary color
Monochromatic Colors of #64C27D
Black with #64C27D
Text Example
Text Example
White with #64C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C27D; }
p { color: rgb(100,194,125); }
H1.HeaderClassName
{
color: #64C27D;
}
.AnyTagClassName
{
color: #64C27D;
}
</style>
background-color css
<style>
a { background-color: #64C27D; }
a { background-color: rgb(100,194,125); }
div.DivClassName
{
background-color: #64C27D;
}
.BgClassName
{
background-color: #64C27D;
}
</style>
border-color css
<style>
span { border-color: #64C27D; }
span { border-color: rgb(100,194,125); }
td.TdClassName
{
border-color: #64C27D;
}
.TagClassName
{
border-color: #64C27D;
}
</style>