Shades of Emerald #65D080
Tints of Emerald #65D080
RGB
CMYK
RGB Variations
Color information
#65D080 (or 0x65D080) is known color: Emerald. HEX triplet: 65, D0 and 80. RGB value is (101,208,128). Sum of RGB (Red+Green+Blue) = 101+208+128=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #65D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D080 is #9A2F7F. Grayscale: #A7A7A7. Windows color (decimal): -10104704 or 8441957. OLE color: 8441957.
HSL color Cylindrical-coordinate representation of color #65D080: hue angle of 135.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D080 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 128 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.18 |
| HSL | 135.14º | 0.53% | 0.61% | - |
| HSV(B) | 135.14º | 0.51% | 0.82% | - |
| XYZ | 31.82 | 49.44 | 28.29 | - |
| YUV | 166.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 128 | 0.51 | 0 | 0.38 | 0.18 | 135.14 | 0.53 | 0.61 |
| Hex | 65 | D0 | 80 | 33 | 0 | 26 | 12 | 87 | 35 | 3D |
| Octal | 145 | 320 | 200 | 63 | 0 | 46 | 22 | 207 | 65 | 75 |
| Binary | 1100101 | 11010000 | 10000000 | 110011 | 0 | 100110 | 10010 | 10000111 | 110101 | 111101 |
Color Harmonies of #65D080
Complementary color
Monochromatic Colors of #65D080
Black with #65D080
Text Example
Text Example
White with #65D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D080; }
p { color: rgb(101,208,128); }
H1.HeaderClassName
{
color: #65D080;
}
.AnyTagClassName
{
color: #65D080;
}
</style>
background-color css
<style>
a { background-color: #65D080; }
a { background-color: rgb(101,208,128); }
div.DivClassName
{
background-color: #65D080;
}
.BgClassName
{
background-color: #65D080;
}
</style>
border-color css
<style>
span { border-color: #65D080; }
span { border-color: rgb(101,208,128); }
td.TdClassName
{
border-color: #65D080;
}
.TagClassName
{
border-color: #65D080;
}
</style>