Shades of Emerald #65D987
Tints of Emerald #65D987
RGB
CMYK
RGB Variations
Color information
#65D987 (or 0x65D987) is known color: Emerald. HEX triplet: 65, D9 and 87. RGB value is (101,217,135). Sum of RGB (Red+Green+Blue) = 101+217+135=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #65D987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D987 is #9A2678. Grayscale: #ADADAD. Windows color (decimal): -10102393 or 8903013. OLE color: 8903013.
HSL color Cylindrical-coordinate representation of color #65D987: hue angle of 137.59º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D987 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 135 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.15 |
| HSL | 137.59º | 0.6% | 0.62% | - |
| HSV(B) | 137.59º | 0.53% | 0.85% | - |
| XYZ | 34.55 | 54.14 | 31.55 | - |
| YUV | 172.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 135 | 0.53 | 0 | 0.38 | 0.15 | 137.59 | 0.6 | 0.62 |
| Hex | 65 | D9 | 87 | 35 | 0 | 26 | F | 8A | 3C | 3E |
| Octal | 145 | 331 | 207 | 65 | 0 | 46 | 17 | 212 | 74 | 76 |
| Binary | 1100101 | 11011001 | 10000111 | 110101 | 0 | 100110 | 1111 | 10001010 | 111100 | 111110 |
Color Harmonies of #65D987
Complementary color
Monochromatic Colors of #65D987
Black with #65D987
Text Example
Text Example
White with #65D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D987; }
p { color: rgb(101,217,135); }
H1.HeaderClassName
{
color: #65D987;
}
.AnyTagClassName
{
color: #65D987;
}
</style>
background-color css
<style>
a { background-color: #65D987; }
a { background-color: rgb(101,217,135); }
div.DivClassName
{
background-color: #65D987;
}
.BgClassName
{
background-color: #65D987;
}
</style>
border-color css
<style>
span { border-color: #65D987; }
span { border-color: rgb(101,217,135); }
td.TdClassName
{
border-color: #65D987;
}
.TagClassName
{
border-color: #65D987;
}
</style>