Shades of Kelly Green #65D816
Tints of Kelly Green #65D816
RGB
CMYK
RGB Variations
Color information
#65D816 (or 0x65D816) is known color: Kelly Green. HEX triplet: 65, D8 and 16. RGB value is (101,216,22). Sum of RGB (Red+Green+Blue) = 101+216+22=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #65D816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D816 is #9A27E9. Grayscale: #A0A0A0. Windows color (decimal): -10102762 or 1497189. OLE color: 1497189.
HSL color Cylindrical-coordinate representation of color #65D816: hue angle of 95.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65D816 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 22 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.15 |
| HSL | 95.57º | 0.82% | 0.47% | - |
| HSV(B) | 95.57º | 0.9% | 0.85% | - |
| XYZ | 30.07 | 51.94 | 9.2 | - |
| YUV | 159.5 | 50.4 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 22 | 0.53 | 0 | 0.90 | 0.15 | 95.57 | 0.82 | 0.47 |
| Hex | 65 | D8 | 16 | 35 | 0 | 5A | F | 60 | 52 | 2F |
| Octal | 145 | 330 | 26 | 65 | 0 | 132 | 17 | 140 | 122 | 57 |
| Binary | 1100101 | 11011000 | 10110 | 110101 | 0 | 1011010 | 1111 | 1100000 | 1010010 | 101111 |
Color Harmonies of #65D816
Complementary color
Monochromatic Colors of #65D816
Black with #65D816
Text Example
Text Example
White with #65D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D816; }
p { color: rgb(101,216,22); }
H1.HeaderClassName
{
color: #65D816;
}
.AnyTagClassName
{
color: #65D816;
}
</style>
background-color css
<style>
a { background-color: #65D816; }
a { background-color: rgb(101,216,22); }
div.DivClassName
{
background-color: #65D816;
}
.BgClassName
{
background-color: #65D816;
}
</style>
border-color css
<style>
span { border-color: #65D816; }
span { border-color: rgb(101,216,22); }
td.TdClassName
{
border-color: #65D816;
}
.TagClassName
{
border-color: #65D816;
}
</style>