Shades of Kelly Green #65D607
Tints of Kelly Green #65D607
RGB
CMYK
RGB Variations
Color information
#65D607 (or 0x65D607) is known color: Kelly Green. HEX triplet: 65, D6 and 07. RGB value is (101,214,7). Sum of RGB (Red+Green+Blue) = 101+214+7=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #65D607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D607 is #9A29F8. Grayscale: #9D9D9D. Windows color (decimal): -10103289 or 513637. OLE color: 513637.
HSL color Cylindrical-coordinate representation of color #65D607: hue angle of 92.75º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65D607 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 7 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.16 |
| HSL | 92.75º | 0.94% | 0.43% | - |
| HSV(B) | 92.75º | 0.97% | 0.84% | - |
| XYZ | 29.45 | 50.88 | 8.47 | - |
| YUV | 156.62 | 43.56 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 7 | 0.53 | 0 | 0.97 | 0.16 | 92.75 | 0.94 | 0.43 |
| Hex | 65 | D6 | 7 | 35 | 0 | 61 | 10 | 5D | 5E | 2B |
| Octal | 145 | 326 | 7 | 65 | 0 | 141 | 20 | 135 | 136 | 53 |
| Binary | 1100101 | 11010110 | 111 | 110101 | 0 | 1100001 | 10000 | 1011101 | 1011110 | 101011 |
Color Harmonies of #65D607
Complementary color
Monochromatic Colors of #65D607
Black with #65D607
Text Example
Text Example
White with #65D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D607; }
p { color: rgb(101,214,7); }
H1.HeaderClassName
{
color: #65D607;
}
.AnyTagClassName
{
color: #65D607;
}
</style>
background-color css
<style>
a { background-color: #65D607; }
a { background-color: rgb(101,214,7); }
div.DivClassName
{
background-color: #65D607;
}
.BgClassName
{
background-color: #65D607;
}
</style>
border-color css
<style>
span { border-color: #65D607; }
span { border-color: rgb(101,214,7); }
td.TdClassName
{
border-color: #65D607;
}
.TagClassName
{
border-color: #65D607;
}
</style>