Shades of Emerald #65D07A
Tints of Emerald #65D07A
RGB
CMYK
RGB Variations
Color information
#65D07A (or 0x65D07A) is known color: Emerald. HEX triplet: 65, D0 and 7A. RGB value is (101,208,122). Sum of RGB (Red+Green+Blue) = 101+208+122=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #65D07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D07A is #9A2F85. Grayscale: #A6A6A6. Windows color (decimal): -10104710 or 8048741. OLE color: 8048741.
HSL color Cylindrical-coordinate representation of color #65D07A: hue angle of 131.78º 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 #65D07A is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 122 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.18 |
| HSL | 131.78º | 0.53% | 0.61% | - |
| HSV(B) | 131.78º | 0.51% | 0.82% | - |
| XYZ | 31.44 | 49.28 | 26.27 | - |
| YUV | 166.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 122 | 0.51 | 0 | 0.41 | 0.18 | 131.78 | 0.53 | 0.61 |
| Hex | 65 | D0 | 7A | 33 | 0 | 29 | 12 | 84 | 35 | 3D |
| Octal | 145 | 320 | 172 | 63 | 0 | 51 | 22 | 204 | 65 | 75 |
| Binary | 1100101 | 11010000 | 1111010 | 110011 | 0 | 101001 | 10010 | 10000100 | 110101 | 111101 |
Color Harmonies of #65D07A
Complementary color
Monochromatic Colors of #65D07A
Black with #65D07A
Text Example
Text Example
White with #65D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D07A; }
p { color: rgb(101,208,122); }
H1.HeaderClassName
{
color: #65D07A;
}
.AnyTagClassName
{
color: #65D07A;
}
</style>
background-color css
<style>
a { background-color: #65D07A; }
a { background-color: rgb(101,208,122); }
div.DivClassName
{
background-color: #65D07A;
}
.BgClassName
{
background-color: #65D07A;
}
</style>
border-color css
<style>
span { border-color: #65D07A; }
span { border-color: rgb(101,208,122); }
td.TdClassName
{
border-color: #65D07A;
}
.TagClassName
{
border-color: #65D07A;
}
</style>