Shades of Emerald #64D277
Tints of Emerald #64D277
RGB
CMYK
RGB Variations
Color information
#64D277 (or 0x64D277) is known color: Emerald. HEX triplet: 64, D2 and 77. RGB value is (100,210,119). Sum of RGB (Red+Green+Blue) = 100+210+119=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #64D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D277 is #9B2D88. Grayscale: #A6A6A6. Windows color (decimal): -10169737 or 7852644. OLE color: 7852644.
HSL color Cylindrical-coordinate representation of color #64D277: hue angle of 130.36º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D277 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 119 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.18 |
| HSL | 130.36º | 0.55% | 0.61% | - |
| HSV(B) | 130.36º | 0.52% | 0.82% | - |
| XYZ | 31.63 | 50.13 | 25.46 | - |
| YUV | 166.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 119 | 0.52 | 0 | 0.43 | 0.18 | 130.36 | 0.55 | 0.61 |
| Hex | 64 | D2 | 77 | 34 | 0 | 2B | 12 | 82 | 37 | 3D |
| Octal | 144 | 322 | 167 | 64 | 0 | 53 | 22 | 202 | 67 | 75 |
| Binary | 1100100 | 11010010 | 1110111 | 110100 | 0 | 101011 | 10010 | 10000010 | 110111 | 111101 |
Color Harmonies of #64D277
Complementary color
Monochromatic Colors of #64D277
Black with #64D277
Text Example
Text Example
White with #64D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D277; }
p { color: rgb(100,210,119); }
H1.HeaderClassName
{
color: #64D277;
}
.AnyTagClassName
{
color: #64D277;
}
</style>
background-color css
<style>
a { background-color: #64D277; }
a { background-color: rgb(100,210,119); }
div.DivClassName
{
background-color: #64D277;
}
.BgClassName
{
background-color: #64D277;
}
</style>
border-color css
<style>
span { border-color: #64D277; }
span { border-color: rgb(100,210,119); }
td.TdClassName
{
border-color: #64D277;
}
.TagClassName
{
border-color: #64D277;
}
</style>