Shades of Emerald #65D883
Tints of Emerald #65D883
RGB
CMYK
RGB Variations
Color information
#65D883 (or 0x65D883) is known color: Emerald. HEX triplet: 65, D8 and 83. RGB value is (101,216,131). Sum of RGB (Red+Green+Blue) = 101+216+131=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #65D883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D883 is #9A277C. Grayscale: #ACACAC. Windows color (decimal): -10102653 or 8640613. OLE color: 8640613.
HSL color Cylindrical-coordinate representation of color #65D883: hue angle of 135.65º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D883 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 131 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.15 |
| HSL | 135.65º | 0.6% | 0.62% | - |
| HSV(B) | 135.65º | 0.53% | 0.85% | - |
| XYZ | 34.02 | 53.52 | 30.01 | - |
| YUV | 171.93 | 104.9 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 131 | 0.53 | 0 | 0.39 | 0.15 | 135.65 | 0.6 | 0.62 |
| Hex | 65 | D8 | 83 | 35 | 0 | 27 | F | 88 | 3C | 3E |
| Octal | 145 | 330 | 203 | 65 | 0 | 47 | 17 | 210 | 74 | 76 |
| Binary | 1100101 | 11011000 | 10000011 | 110101 | 0 | 100111 | 1111 | 10001000 | 111100 | 111110 |
Color Harmonies of #65D883
Complementary color
Monochromatic Colors of #65D883
Black with #65D883
Text Example
Text Example
White with #65D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D883; }
p { color: rgb(101,216,131); }
H1.HeaderClassName
{
color: #65D883;
}
.AnyTagClassName
{
color: #65D883;
}
</style>
background-color css
<style>
a { background-color: #65D883; }
a { background-color: rgb(101,216,131); }
div.DivClassName
{
background-color: #65D883;
}
.BgClassName
{
background-color: #65D883;
}
</style>
border-color css
<style>
span { border-color: #65D883; }
span { border-color: rgb(101,216,131); }
td.TdClassName
{
border-color: #65D883;
}
.TagClassName
{
border-color: #65D883;
}
</style>