Shades of Emerald #65D581
Tints of Emerald #65D581
RGB
CMYK
RGB Variations
Color information
#65D581 (or 0x65D581) is known color: Emerald. HEX triplet: 65, D5 and 81. RGB value is (101,213,129). Sum of RGB (Red+Green+Blue) = 101+213+129=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #65D581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D581 is #9A2A7E. Grayscale: #AAAAAA. Windows color (decimal): -10103423 or 8508773. OLE color: 8508773.
HSL color Cylindrical-coordinate representation of color #65D581: hue angle of 135º degrees, saturation: 0.57, 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 #65D581 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 129 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.16 |
| HSL | 135º | 0.57% | 0.62% | - |
| HSV(B) | 135º | 0.53% | 0.84% | - |
| XYZ | 33.12 | 51.94 | 29.05 | - |
| YUV | 169.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 129 | 0.53 | 0 | 0.39 | 0.16 | 135 | 0.57 | 0.62 |
| Hex | 65 | D5 | 81 | 35 | 0 | 27 | 10 | 87 | 39 | 3E |
| Octal | 145 | 325 | 201 | 65 | 0 | 47 | 20 | 207 | 71 | 76 |
| Binary | 1100101 | 11010101 | 10000001 | 110101 | 0 | 100111 | 10000 | 10000111 | 111001 | 111110 |
Color Harmonies of #65D581
Complementary color
Monochromatic Colors of #65D581
Black with #65D581
Text Example
Text Example
White with #65D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D581; }
p { color: rgb(101,213,129); }
H1.HeaderClassName
{
color: #65D581;
}
.AnyTagClassName
{
color: #65D581;
}
</style>
background-color css
<style>
a { background-color: #65D581; }
a { background-color: rgb(101,213,129); }
div.DivClassName
{
background-color: #65D581;
}
.BgClassName
{
background-color: #65D581;
}
</style>
border-color css
<style>
span { border-color: #65D581; }
span { border-color: rgb(101,213,129); }
td.TdClassName
{
border-color: #65D581;
}
.TagClassName
{
border-color: #65D581;
}
</style>