Shades of Emerald #65DD88
Tints of Emerald #65DD88
RGB
CMYK
RGB Variations
Color information
#65DD88 (or 0x65DD88) is known color: Emerald. HEX triplet: 65, DD and 88. RGB value is (101,221,136). Sum of RGB (Red+Green+Blue) = 101+221+136=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DD88 is #9A2277. Grayscale: #AFAFAF. Windows color (decimal): -10101368 or 8969573. OLE color: 8969573.
HSL color Cylindrical-coordinate representation of color #65DD88: hue angle of 137.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD88 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 136 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.13 |
| HSL | 137.5º | 0.64% | 0.63% | - |
| HSV(B) | 137.5º | 0.54% | 0.87% | - |
| XYZ | 35.67 | 56.26 | 32.27 | - |
| YUV | 175.43 | 105.74 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 136 | 0.54 | 0 | 0.38 | 0.13 | 137.5 | 0.64 | 0.63 |
| Hex | 65 | DD | 88 | 36 | 0 | 26 | D | 8A | 40 | 3F |
| Octal | 145 | 335 | 210 | 66 | 0 | 46 | 15 | 212 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10001000 | 110110 | 0 | 100110 | 1101 | 10001010 | 1000000 | 111111 |
Color Harmonies of #65DD88
Complementary color
Monochromatic Colors of #65DD88
Black with #65DD88
Text Example
Text Example
White with #65DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD88; }
p { color: rgb(101,221,136); }
H1.HeaderClassName
{
color: #65DD88;
}
.AnyTagClassName
{
color: #65DD88;
}
</style>
background-color css
<style>
a { background-color: #65DD88; }
a { background-color: rgb(101,221,136); }
div.DivClassName
{
background-color: #65DD88;
}
.BgClassName
{
background-color: #65DD88;
}
</style>
border-color css
<style>
span { border-color: #65DD88; }
span { border-color: rgb(101,221,136); }
td.TdClassName
{
border-color: #65DD88;
}
.TagClassName
{
border-color: #65DD88;
}
</style>