Shades of Emerald #65DC85
Tints of Emerald #65DC85
RGB
CMYK
RGB Variations
Color information
#65DC85 (or 0x65DC85) is known color: Emerald. HEX triplet: 65, DC and 85. RGB value is (101,220,133). Sum of RGB (Red+Green+Blue) = 101+220+133=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DC85 is #9A237A. Grayscale: #AEAEAE. Windows color (decimal): -10101627 or 8772709. OLE color: 8772709.
HSL color Cylindrical-coordinate representation of color #65DC85: hue angle of 136.13º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DC85 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 133 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.14 |
| HSL | 136.13º | 0.63% | 0.63% | - |
| HSV(B) | 136.13º | 0.54% | 0.86% | - |
| XYZ | 35.19 | 55.65 | 31.08 | - |
| YUV | 174.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 133 | 0.54 | 0 | 0.40 | 0.14 | 136.13 | 0.63 | 0.63 |
| Hex | 65 | DC | 85 | 36 | 0 | 28 | E | 88 | 3F | 3F |
| Octal | 145 | 334 | 205 | 66 | 0 | 50 | 16 | 210 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10000101 | 110110 | 0 | 101000 | 1110 | 10001000 | 111111 | 111111 |
Color Harmonies of #65DC85
Complementary color
Monochromatic Colors of #65DC85
Black with #65DC85
Text Example
Text Example
White with #65DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC85; }
p { color: rgb(101,220,133); }
H1.HeaderClassName
{
color: #65DC85;
}
.AnyTagClassName
{
color: #65DC85;
}
</style>
background-color css
<style>
a { background-color: #65DC85; }
a { background-color: rgb(101,220,133); }
div.DivClassName
{
background-color: #65DC85;
}
.BgClassName
{
background-color: #65DC85;
}
</style>
border-color css
<style>
span { border-color: #65DC85; }
span { border-color: rgb(101,220,133); }
td.TdClassName
{
border-color: #65DC85;
}
.TagClassName
{
border-color: #65DC85;
}
</style>