Shades of Emerald #64D083
Tints of Emerald #64D083
RGB
CMYK
RGB Variations
Color information
#64D083 (or 0x64D083) is known color: Emerald. HEX triplet: 64, D0 and 83. RGB value is (100,208,131). Sum of RGB (Red+Green+Blue) = 100+208+131=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #64D083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D083 is #9B2F7C. Grayscale: #A7A7A7. Windows color (decimal): -10170237 or 8638564. OLE color: 8638564.
HSL color Cylindrical-coordinate representation of color #64D083: hue angle of 137.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D083 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 131 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.18 |
| HSL | 137.22º | 0.53% | 0.6% | - |
| HSV(B) | 137.22º | 0.52% | 0.82% | - |
| XYZ | 31.91 | 49.46 | 29.34 | - |
| YUV | 166.93 | 107.72 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 131 | 0.52 | 0 | 0.37 | 0.18 | 137.22 | 0.53 | 0.6 |
| Hex | 64 | D0 | 83 | 34 | 0 | 25 | 12 | 89 | 35 | 3C |
| Octal | 144 | 320 | 203 | 64 | 0 | 45 | 22 | 211 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10000011 | 110100 | 0 | 100101 | 10010 | 10001001 | 110101 | 111100 |
Color Harmonies of #64D083
Complementary color
Monochromatic Colors of #64D083
Black with #64D083
Text Example
Text Example
White with #64D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D083; }
p { color: rgb(100,208,131); }
H1.HeaderClassName
{
color: #64D083;
}
.AnyTagClassName
{
color: #64D083;
}
</style>
background-color css
<style>
a { background-color: #64D083; }
a { background-color: rgb(100,208,131); }
div.DivClassName
{
background-color: #64D083;
}
.BgClassName
{
background-color: #64D083;
}
</style>
border-color css
<style>
span { border-color: #64D083; }
span { border-color: rgb(100,208,131); }
td.TdClassName
{
border-color: #64D083;
}
.TagClassName
{
border-color: #64D083;
}
</style>