Shades of Kelly Green #65D610
Tints of Kelly Green #65D610
RGB
CMYK
RGB Variations
Color information
#65D610 (or 0x65D610) is known color: Kelly Green. HEX triplet: 65, D6 and 10. RGB value is (101,214,16). Sum of RGB (Red+Green+Blue) = 101+214+16=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #65D610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D610 is #9A29EF. Grayscale: #9E9E9E. Windows color (decimal): -10103280 or 1103461. OLE color: 1103461.
HSL color Cylindrical-coordinate representation of color #65D610: hue angle of 94.24º 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 #65D610 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 16 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.16 |
| HSL | 94.24º | 0.86% | 0.45% | - |
| HSV(B) | 94.24º | 0.93% | 0.84% | - |
| XYZ | 29.51 | 50.9 | 8.76 | - |
| YUV | 157.64 | 48.06 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 16 | 0.53 | 0 | 0.93 | 0.16 | 94.24 | 0.86 | 0.45 |
| Hex | 65 | D6 | 10 | 35 | 0 | 5D | 10 | 5E | 56 | 2D |
| Octal | 145 | 326 | 20 | 65 | 0 | 135 | 20 | 136 | 126 | 55 |
| Binary | 1100101 | 11010110 | 10000 | 110101 | 0 | 1011101 | 10000 | 1011110 | 1010110 | 101101 |
Color Harmonies of #65D610
Complementary color
Monochromatic Colors of #65D610
Black with #65D610
Text Example
Text Example
White with #65D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D610; }
p { color: rgb(101,214,16); }
H1.HeaderClassName
{
color: #65D610;
}
.AnyTagClassName
{
color: #65D610;
}
</style>
background-color css
<style>
a { background-color: #65D610; }
a { background-color: rgb(101,214,16); }
div.DivClassName
{
background-color: #65D610;
}
.BgClassName
{
background-color: #65D610;
}
</style>
border-color css
<style>
span { border-color: #65D610; }
span { border-color: rgb(101,214,16); }
td.TdClassName
{
border-color: #65D610;
}
.TagClassName
{
border-color: #65D610;
}
</style>