Shades of Emerald #65D682
Tints of Emerald #65D682
RGB
CMYK
RGB Variations
Color information
#65D682 (or 0x65D682) is known color: Emerald. HEX triplet: 65, D6 and 82. RGB value is (101,214,130). Sum of RGB (Red+Green+Blue) = 101+214+130=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #65D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D682 is #9A297D. Grayscale: #AAAAAA. Windows color (decimal): -10103166 or 8574565. OLE color: 8574565.
HSL color Cylindrical-coordinate representation of color #65D682: hue angle of 135.4º degrees, saturation: 0.58, 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 #65D682 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 130 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.16 |
| HSL | 135.4º | 0.58% | 0.62% | - |
| HSV(B) | 135.4º | 0.53% | 0.84% | - |
| XYZ | 33.44 | 52.47 | 29.48 | - |
| YUV | 170.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 130 | 0.53 | 0 | 0.39 | 0.16 | 135.4 | 0.58 | 0.62 |
| Hex | 65 | D6 | 82 | 35 | 0 | 27 | 10 | 87 | 3A | 3E |
| Octal | 145 | 326 | 202 | 65 | 0 | 47 | 20 | 207 | 72 | 76 |
| Binary | 1100101 | 11010110 | 10000010 | 110101 | 0 | 100111 | 10000 | 10000111 | 111010 | 111110 |
Color Harmonies of #65D682
Complementary color
Monochromatic Colors of #65D682
Black with #65D682
Text Example
Text Example
White with #65D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D682; }
p { color: rgb(101,214,130); }
H1.HeaderClassName
{
color: #65D682;
}
.AnyTagClassName
{
color: #65D682;
}
</style>
background-color css
<style>
a { background-color: #65D682; }
a { background-color: rgb(101,214,130); }
div.DivClassName
{
background-color: #65D682;
}
.BgClassName
{
background-color: #65D682;
}
</style>
border-color css
<style>
span { border-color: #65D682; }
span { border-color: rgb(101,214,130); }
td.TdClassName
{
border-color: #65D682;
}
.TagClassName
{
border-color: #65D682;
}
</style>