Shades of Emerald #65DF89
Tints of Emerald #65DF89
RGB
CMYK
RGB Variations
Color information
#65DF89 (or 0x65DF89) is known color: Emerald. HEX triplet: 65, DF and 89. RGB value is (101,223,137). Sum of RGB (Red+Green+Blue) = 101+223+137=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DF89 is #9A2076. Grayscale: #B0B0B0. Windows color (decimal): -10100855 or 9035621. OLE color: 9035621.
HSL color Cylindrical-coordinate representation of color #65DF89: hue angle of 137.7º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DF89 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 137 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.13 |
| HSL | 137.7º | 0.66% | 0.64% | - |
| HSV(B) | 137.7º | 0.55% | 0.87% | - |
| XYZ | 36.27 | 57.35 | 32.82 | - |
| YUV | 176.72 | 105.58 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 137 | 0.55 | 0 | 0.39 | 0.13 | 137.7 | 0.66 | 0.64 |
| Hex | 65 | DF | 89 | 37 | 0 | 27 | D | 8A | 42 | 40 |
| Octal | 145 | 337 | 211 | 67 | 0 | 47 | 15 | 212 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10001001 | 110111 | 0 | 100111 | 1101 | 10001010 | 1000010 | 1000000 |
Color Harmonies of #65DF89
Complementary color
Monochromatic Colors of #65DF89
Black with #65DF89
Text Example
Text Example
White with #65DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF89; }
p { color: rgb(101,223,137); }
H1.HeaderClassName
{
color: #65DF89;
}
.AnyTagClassName
{
color: #65DF89;
}
</style>
background-color css
<style>
a { background-color: #65DF89; }
a { background-color: rgb(101,223,137); }
div.DivClassName
{
background-color: #65DF89;
}
.BgClassName
{
background-color: #65DF89;
}
</style>
border-color css
<style>
span { border-color: #65DF89; }
span { border-color: rgb(101,223,137); }
td.TdClassName
{
border-color: #65DF89;
}
.TagClassName
{
border-color: #65DF89;
}
</style>