Shades of Emerald #65DF8A
Tints of Emerald #65DF8A
RGB
CMYK
RGB Variations
Color information
#65DF8A (or 0x65DF8A) is known color: Emerald. HEX triplet: 65, DF and 8A. RGB value is (101,223,138). Sum of RGB (Red+Green+Blue) = 101+223+138=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DF8A is #9A2075. Grayscale: #B1B1B1. Windows color (decimal): -10100854 or 9101157. OLE color: 9101157.
HSL color Cylindrical-coordinate representation of color #65DF8A: hue angle of 138.2º 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 #65DF8A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 138 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.13 |
| HSL | 138.2º | 0.66% | 0.64% | - |
| HSV(B) | 138.2º | 0.55% | 0.87% | - |
| XYZ | 36.34 | 57.38 | 33.2 | - |
| YUV | 176.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 138 | 0.55 | 0 | 0.38 | 0.13 | 138.2 | 0.66 | 0.64 |
| Hex | 65 | DF | 8A | 37 | 0 | 26 | D | 8A | 42 | 40 |
| Octal | 145 | 337 | 212 | 67 | 0 | 46 | 15 | 212 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10001010 | 110111 | 0 | 100110 | 1101 | 10001010 | 1000010 | 1000000 |
Color Harmonies of #65DF8A
Complementary color
Monochromatic Colors of #65DF8A
Black with #65DF8A
Text Example
Text Example
White with #65DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF8A; }
p { color: rgb(101,223,138); }
H1.HeaderClassName
{
color: #65DF8A;
}
.AnyTagClassName
{
color: #65DF8A;
}
</style>
background-color css
<style>
a { background-color: #65DF8A; }
a { background-color: rgb(101,223,138); }
div.DivClassName
{
background-color: #65DF8A;
}
.BgClassName
{
background-color: #65DF8A;
}
</style>
border-color css
<style>
span { border-color: #65DF8A; }
span { border-color: rgb(101,223,138); }
td.TdClassName
{
border-color: #65DF8A;
}
.TagClassName
{
border-color: #65DF8A;
}
</style>