Shades of Emerald #65D785
Tints of Emerald #65D785
RGB
CMYK
RGB Variations
Color information
#65D785 (or 0x65D785) is known color: Emerald. HEX triplet: 65, D7 and 85. RGB value is (101,215,133). Sum of RGB (Red+Green+Blue) = 101+215+133=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #65D785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D785 is #9A287A. Grayscale: #ABABAB. Windows color (decimal): -10102907 or 8771429. OLE color: 8771429.
HSL color Cylindrical-coordinate representation of color #65D785: hue angle of 136.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D785 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 133 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.16 |
| HSL | 136.84º | 0.59% | 0.62% | - |
| HSV(B) | 136.84º | 0.53% | 0.84% | - |
| XYZ | 33.9 | 53.06 | 30.65 | - |
| YUV | 171.57 | 106.23 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 133 | 0.53 | 0 | 0.38 | 0.16 | 136.84 | 0.59 | 0.62 |
| Hex | 65 | D7 | 85 | 35 | 0 | 26 | 10 | 89 | 3B | 3E |
| Octal | 145 | 327 | 205 | 65 | 0 | 46 | 20 | 211 | 73 | 76 |
| Binary | 1100101 | 11010111 | 10000101 | 110101 | 0 | 100110 | 10000 | 10001001 | 111011 | 111110 |
Color Harmonies of #65D785
Complementary color
Monochromatic Colors of #65D785
Black with #65D785
Text Example
Text Example
White with #65D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D785; }
p { color: rgb(101,215,133); }
H1.HeaderClassName
{
color: #65D785;
}
.AnyTagClassName
{
color: #65D785;
}
</style>
background-color css
<style>
a { background-color: #65D785; }
a { background-color: rgb(101,215,133); }
div.DivClassName
{
background-color: #65D785;
}
.BgClassName
{
background-color: #65D785;
}
</style>
border-color css
<style>
span { border-color: #65D785; }
span { border-color: rgb(101,215,133); }
td.TdClassName
{
border-color: #65D785;
}
.TagClassName
{
border-color: #65D785;
}
</style>