Shades of Kelly Green #65D710
Tints of Kelly Green #65D710
RGB
CMYK
RGB Variations
Color information
#65D710 (or 0x65D710) is known color: Kelly Green. HEX triplet: 65, D7 and 10. RGB value is (101,215,16). Sum of RGB (Red+Green+Blue) = 101+215+16=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #65D710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D710 is #9A28EF. Grayscale: #9E9E9E. Windows color (decimal): -10103024 or 1103717. OLE color: 1103717.
HSL color Cylindrical-coordinate representation of color #65D710: hue angle of 94.37º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65D710 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 16 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.16 |
| HSL | 94.37º | 0.86% | 0.45% | - |
| HSV(B) | 94.37º | 0.93% | 0.84% | - |
| XYZ | 29.76 | 51.4 | 8.84 | - |
| YUV | 158.23 | 47.73 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 16 | 0.53 | 0 | 0.93 | 0.16 | 94.37 | 0.86 | 0.45 |
| Hex | 65 | D7 | 10 | 35 | 0 | 5D | 10 | 5E | 56 | 2D |
| Octal | 145 | 327 | 20 | 65 | 0 | 135 | 20 | 136 | 126 | 55 |
| Binary | 1100101 | 11010111 | 10000 | 110101 | 0 | 1011101 | 10000 | 1011110 | 1010110 | 101101 |
Color Harmonies of #65D710
Complementary color
Monochromatic Colors of #65D710
Black with #65D710
Text Example
Text Example
White with #65D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D710; }
p { color: rgb(101,215,16); }
H1.HeaderClassName
{
color: #65D710;
}
.AnyTagClassName
{
color: #65D710;
}
</style>
background-color css
<style>
a { background-color: #65D710; }
a { background-color: rgb(101,215,16); }
div.DivClassName
{
background-color: #65D710;
}
.BgClassName
{
background-color: #65D710;
}
</style>
border-color css
<style>
span { border-color: #65D710; }
span { border-color: rgb(101,215,16); }
td.TdClassName
{
border-color: #65D710;
}
.TagClassName
{
border-color: #65D710;
}
</style>